public class GetFaceIdTokenIntlRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetFaceIdTokenIntlRequest() |
GetFaceIdTokenIntlRequest(GetFaceIdTokenIntlRequest 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 |
getActionList()
Get This interface is used to control th action sequences.
|
String |
getCheckMode()
Get The detection mode.
|
String |
getExtra()
Get The pass-through parameter, which can be omitted if there are no special requirements.
|
String |
getImage()
Get The photo (in Base64) to compare.
|
String |
getSecureLevel()
Get The verification security level.
|
void |
setActionList(String ActionList)
Set This interface is used to control th action sequences.
|
void |
setCheckMode(String CheckMode)
Set The detection mode.
|
void |
setExtra(String Extra)
Set The pass-through parameter, which can be omitted if there are no special requirements.
|
void |
setImage(String Image)
Set The photo (in Base64) to compare.
|
void |
setSecureLevel(String SecureLevel)
Set The verification security level.
|
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 GetFaceIdTokenIntlRequest()
public GetFaceIdTokenIntlRequest(GetFaceIdTokenIntlRequest source)
public String getCheckMode()
public void setCheckMode(String CheckMode)
CheckMode
- The detection mode. Valid values:
`liveness`: Liveness detection only.
`compare`: Liveness detection and face comparison.
Default value: `liveness`.public String getSecureLevel()
public void setSecureLevel(String SecureLevel)
SecureLevel
- The verification security level. Valid values:
`1`: Video-based liveness detection.
`2`: Motion-based liveness detection.
`3`: Reflection-based liveness detection.
`4`: Motion- and reflection-based liveness detection.
Default value: `4`.public String getImage()
public void setImage(String Image)
Image
- The photo (in Base64) to compare. This parameter is required when the value of `CheckMode` is `compare`.public String getExtra()
public void setExtra(String Extra)
Extra
- The pass-through parameter, which can be omitted if there are no special requirements.public String getActionList()
public void setActionList(String ActionList)
ActionList
- This interface is used to control th action sequences.
Action types are as follows:
"blink"
"mouth"
"nod"
"shake"
You can choose 1-2 actions out of the four.
Single action example: "blink"
Multiple action example: "blink,mouth"
The default value is blink. The different action types passed in this parameter take effect only when the SecurityLevel is 2 or 4; otherwise, the interface reports an error.Copyright © 2024. All rights reserved.