public class GetFaceIdResultIntlResponse extends AbstractModel
skipSign
Constructor and Description |
---|
GetFaceIdResultIntlResponse() |
GetFaceIdResultIntlResponse(GetFaceIdResultIntlResponse 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 |
getBestFrame()
Get The best frame screenshot (in Base64) obtained during the verification.
|
String |
getDescription()
Get The description of the verification result.
|
String |
getExtra()
Get The pass-through parameter.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getResult()
Get The return code of the verification result.
|
Float |
getSimilarity()
Get The similarity, with a value range of 0-100.
|
String |
getVideo()
Get The video file (Base64) for verification.
|
void |
setBestFrame(String BestFrame)
Set The best frame screenshot (in Base64) obtained during the verification.
|
void |
setDescription(String Description)
Set The description of the verification result.
|
void |
setExtra(String Extra)
Set The pass-through parameter.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResult(String Result)
Set The return code of the verification result.
|
void |
setSimilarity(Float Similarity)
Set The similarity, with a value range of 0-100.
|
void |
setVideo(String Video)
Set The video file (Base64) for verification.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetFaceIdResultIntlResponse()
public GetFaceIdResultIntlResponse(GetFaceIdResultIntlResponse source)
public String getResult()
public void setResult(String Result)
Result
- The return code of the verification result.
0: Succeeded.
1001: System error.
1004: Liveness detection and face comparison failed.
2004: The image passed in is too large or too small.
2012: Several faces were detected.
2013: No face was detected, or the face detected was incomplete.
2014: The image resolution is too low or the quality does not meet the requirements.
2015: Face comparison failed.
2016: The similarity did not reach the standard passing threshold.
-999: The verification process wasn't finished.public String getDescription()
public void setDescription(String Description)
Description
- The description of the verification result.public String getBestFrame()
public void setBestFrame(String BestFrame)
BestFrame
- The best frame screenshot (in Base64) obtained during the verification.public String getVideo()
public void setVideo(String Video)
Video
- The video file (Base64) for verification.public Float getSimilarity()
public void setSimilarity(Float Similarity)
Similarity
- The similarity, with a value range of 0-100. A greater value indicates higher similarity. This parameter is returned only in the `compare` (liveness detection and face comparison) mode.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getExtra()
public void setExtra(String Extra)
Extra
- The pass-through parameter.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.