public class ApplyWebVerificationBizTokenIntlRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ApplyWebVerificationBizTokenIntlRequest() |
ApplyWebVerificationBizTokenIntlRequest(ApplyWebVerificationBizTokenIntlRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompareImageBase64()
Get The Base64-encoded string (max 8 MB in size) of the photo to be compared.
|
WebVerificationConfigIntl |
getConfig()
Get The parameter control the page configuration.
|
String |
getExtra()
Get The passthrough parameter of the business, max 1,000 characters, which will be returned in `GetWebVerificationResultIntl`.
|
String |
getRedirectURL()
Get The web callback URL to redirect to after the verification is completed, including the protocol, hostname, and path.
|
void |
setCompareImageBase64(String CompareImageBase64)
Set The Base64-encoded string (max 8 MB in size) of the photo to be compared.
|
void |
setConfig(WebVerificationConfigIntl Config)
Set The parameter control the page configuration.
|
void |
setExtra(String Extra)
Set The passthrough parameter of the business, max 1,000 characters, which will be returned in `GetWebVerificationResultIntl`.
|
void |
setRedirectURL(String RedirectURL)
Set The web callback URL to redirect to after the verification is completed, including the protocol, hostname, and path.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplyWebVerificationBizTokenIntlRequest()
public ApplyWebVerificationBizTokenIntlRequest(ApplyWebVerificationBizTokenIntlRequest source)
public String getCompareImageBase64()
public void setCompareImageBase64(String CompareImageBase64)
CompareImageBase64
- The Base64-encoded string (max 8 MB in size) of the photo to be compared.public String getRedirectURL()
public void setRedirectURL(String RedirectURL)
RedirectURL
- The web callback URL to redirect to after the verification is completed, including the protocol, hostname, and path. Example: `https://www.tencentcloud.com/products/faceid`.
After the verification process is completed, the `BizToken` of this process will be spliced to the callback URL in the format of `https://www.tencentcloud.com/products/faceid?token={BizToken}` before redirect.public String getExtra()
public void setExtra(String Extra)
Extra
- The passthrough parameter of the business, max 1,000 characters, which will be returned in `GetWebVerificationResultIntl`.public WebVerificationConfigIntl getConfig()
public void setConfig(WebVerificationConfigIntl Config)
Config
- The parameter control the page configuration.Copyright © 2023. All rights reserved.