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 |
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 |
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.Copyright © 2024. All rights reserved.