public class VerificationDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
VerificationDetail() |
VerificationDetail(VerificationDetail 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 |
---|---|
Long |
getCompareErrorCode()
Get The result of this comparison process.
|
String |
getCompareErrorMsg()
Get The result description of this comparison process.
|
Long |
getErrorCode()
Get The final result of this verification.
|
String |
getErrorMsg()
Get The description of the final verification result.
|
Long |
getLivenessErrorCode()
Get The result of this liveness detection process.
|
String |
getLivenessErrorMsg()
Get The result description of this liveness detection process.
|
Long |
getReqTimestamp()
Get The timestamp (ms) of this verification process.
|
String |
getSeq()
Get Unique ID of this verification process.
|
Float |
getSimilarity()
Get The similarity of the best face screenshot collected from the video stream and the uploaded image for comparison in this verification process.
|
void |
setCompareErrorCode(Long CompareErrorCode)
Set The result of this comparison process.
|
void |
setCompareErrorMsg(String CompareErrorMsg)
Set The result description of this comparison process.
|
void |
setErrorCode(Long ErrorCode)
Set The final result of this verification.
|
void |
setErrorMsg(String ErrorMsg)
Set The description of the final verification result.
|
void |
setLivenessErrorCode(Long LivenessErrorCode)
Set The result of this liveness detection process.
|
void |
setLivenessErrorMsg(String LivenessErrorMsg)
Set The result description of this liveness detection process.
|
void |
setReqTimestamp(Long ReqTimestamp)
Set The timestamp (ms) of this verification process.
|
void |
setSeq(String Seq)
Set Unique ID of this verification process.
|
void |
setSimilarity(Float Similarity)
Set The similarity of the best face screenshot collected from the video stream and the uploaded image for comparison in this verification process.
|
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 VerificationDetail()
public VerificationDetail(VerificationDetail source)
public Long getErrorCode()
public void setErrorCode(Long ErrorCode)
ErrorCode
- The final result of this verification. `0` indicates that the person is the same as that in the photo.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- The description of the final verification result.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public Long getLivenessErrorCode()
public void setLivenessErrorCode(Long LivenessErrorCode)
LivenessErrorCode
- The result of this liveness detection process. `0` indicates success.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getLivenessErrorMsg()
public void setLivenessErrorMsg(String LivenessErrorMsg)
LivenessErrorMsg
- The result description of this liveness detection process.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCompareErrorCode()
public void setCompareErrorCode(Long CompareErrorCode)
CompareErrorCode
- The result of this comparison process. `0` indicates that the person in the best face screenshot collected from the video stream is the same as that in the uploaded image for comparison.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getCompareErrorMsg()
public void setCompareErrorMsg(String CompareErrorMsg)
CompareErrorMsg
- The result description of this comparison process.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public Long getReqTimestamp()
public void setReqTimestamp(Long ReqTimestamp)
ReqTimestamp
- The timestamp (ms) of this verification process.
Note: This field may return null, indicating that no valid values can be obtained.public Float getSimilarity()
public void setSimilarity(Float Similarity)
Similarity
- The similarity of the best face screenshot collected from the video stream and the uploaded image for comparison in this verification process. Value range: [0.00, 100.00]. By default, the person in the screenshot is determined to be the same person in the image if the similarity is greater than or equal to 70.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getSeq()
public void setSeq(String Seq)
Seq
- Unique ID of this verification process.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.