public class ApplyWebVerificationBizTokenIntlRequest extends AbstractModel
header, 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.The Data URI scheme header needs to be removed from the encoded string
Example: xhBQAAACBjSFJNAAB6****AAAASUVORK5CYII=
|
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.The Data URI scheme header needs to be removed from the encoded string
Example: xhBQAAACBjSFJNAAB6****AAAASUVORK5CYII=
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplyWebVerificationBizTokenIntlRequest()
public ApplyWebVerificationBizTokenIntlRequest(ApplyWebVerificationBizTokenIntlRequest source)
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.
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.
Example: https://www.tencentcloud.com/products/faceid.public String getCompareImageBase64()
public void setCompareImageBase64(String CompareImageBase64)
CompareImageBase64
- The Base64-encoded string (max 8 MB in size) of the photo to be compared.The Data URI scheme header needs to be removed from the encoded string
Example: xhBQAAACBjSFJNAAB6****AAAASUVORK5CYII=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.
Example: {"AutoSkip": true,"CheckMode": 1,"IdCardType": "HKIDCard"}Copyright © 2024. All rights reserved.