public class WebVerificationConfigIntl extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebVerificationConfigIntl() |
WebVerificationConfigIntl(WebVerificationConfigIntl 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 |
---|---|
Boolean |
getAutoSkip()
Get When the verification passed, whether to skip the result page and automatically jump to RedirectURL.
|
Long |
getCheckMode()
Get Detection mode, parameter values are as follows:
1: OCR+living detection & face comparison;
2: Living detection & face comparison;
3: Living detection;
The default value is 2.
|
String |
getIDCardType()
Get The type of lisence used for verification.
|
void |
setAutoSkip(Boolean AutoSkip)
Set When the verification passed, whether to skip the result page and automatically jump to RedirectURL.
|
void |
setCheckMode(Long CheckMode)
Set Detection mode, parameter values are as follows:
1: OCR+living detection & face comparison;
2: Living detection & face comparison;
3: Living detection;
The default value is 2.
|
void |
setIDCardType(String IDCardType)
Set The type of lisence used for verification.
|
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 WebVerificationConfigIntl()
public WebVerificationConfigIntl(WebVerificationConfigIntl source)
public Boolean getAutoSkip()
public void setAutoSkip(Boolean AutoSkip)
AutoSkip
- When the verification passed, whether to skip the result page and automatically jump to RedirectURL. The default value is false.
Example value: falsepublic Long getCheckMode()
public void setCheckMode(Long CheckMode)
CheckMode
- Detection mode, parameter values are as follows:
1: OCR+living detection & face comparison;
2: Living detection & face comparison;
3: Living detection;
The default value is 2.
Example value: 3public String getIDCardType()
public void setIDCardType(String IDCardType)
IDCardType
- The type of lisence used for verification. The following types are supported.
1.HKIDCard: Hong Kong (China) ID card
2.MLIDCard: Malaysia ID card
3.IndonesiaIDCard: Indonesia ID card
4.PhilippinesVoteID: Philippines VoteID card
5.PhilippinesDrivingLicense: Philippines driving license
6.PhilippinesTinID: Philippines TinID card
7.PhilippinesSSSID: Philippines SSSID card
8.PhilippinesUMID: Philippines UMID card
9.InternationalIDPassport: ID cards of Hong Kong, Macao and Taiwan (China), and international passport.
Example: HKIDCardCopyright © 2024. All rights reserved.