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.
|
Boolean |
getAutoSkipStartPage()
Get When starting verification, whether to skip the starting verification page.
|
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.
|
Boolean |
getDisableCheckOcrWarnings()
Get Whether to turn off document alarms, the default is false (the alarm detection function is turned on).
|
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 |
setAutoSkipStartPage(Boolean AutoSkipStartPage)
Set When starting verification, whether to skip the starting verification page.
|
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 |
setDisableCheckOcrWarnings(Boolean DisableCheckOcrWarnings)
Set Whether to turn off document alarms, the default is false (the alarm detection function is turned on).
|
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 getAutoSkipStartPage()
public void setAutoSkipStartPage(Boolean AutoSkipStartPage)
AutoSkipStartPage
- When starting verification, whether to skip the starting verification page. If true, enter the verification process directly. The default is false. This configuration will not take effect if the downgrade policy is triggered.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: HKIDCardpublic Boolean getDisableCheckOcrWarnings()
public void setDisableCheckOcrWarnings(Boolean DisableCheckOcrWarnings)
DisableCheckOcrWarnings
- Whether to turn off document alarms, the default is false (the alarm detection function is turned on). When enabled, the identity authentication process will be intercepted based on the alarm status of the certificate. If you need to use the document authentication function, please contact us.Copyright © 2024. All rights reserved.