public class DetectReflectLivenessAndCompareResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DetectReflectLivenessAndCompareResponse() |
DetectReflectLivenessAndCompareResponse(DetectReflectLivenessAndCompareResponse 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 |
getBestFrameMd5()
Get MD5 hash value (32-bit) of the best screenshot of the video after successful verification, which is used to verify the `BestFrame` consistency.
|
String |
getBestFrameUrl()
Get Temporary URL of the best screenshot (.jpg) of the video after successful verification.
|
String |
getDescription()
Get Service result description
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getResult()
Get Service error code.
|
Float |
getSim()
Get Similarity.
|
void |
setBestFrameMd5(String BestFrameMd5)
Set MD5 hash value (32-bit) of the best screenshot of the video after successful verification, which is used to verify the `BestFrame` consistency.
|
void |
setBestFrameUrl(String BestFrameUrl)
Set Temporary URL of the best screenshot (.jpg) of the video after successful verification.
|
void |
setDescription(String Description)
Set Service result description
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResult(String Result)
Set Service error code.
|
void |
setSim(Float Sim)
Set Similarity.
|
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 DetectReflectLivenessAndCompareResponse()
public DetectReflectLivenessAndCompareResponse(DetectReflectLivenessAndCompareResponse source)
public String getBestFrameUrl()
public void setBestFrameUrl(String BestFrameUrl)
BestFrameUrl
- Temporary URL of the best screenshot (.jpg) of the video after successful verification. Both the screenshot and the URL are valid for two hours only, so you need to download the screenshot within this period.public String getBestFrameMd5()
public void setBestFrameMd5(String BestFrameMd5)
BestFrameMd5
- MD5 hash value (32-bit) of the best screenshot of the video after successful verification, which is used to verify the `BestFrame` consistency.public String getResult()
public void setResult(String Result)
Result
- Service error code. `Success` will be returned for success. For error information, see the `FailedOperation` section in the error code list below.public String getDescription()
public void setDescription(String Description)
Description
- Service result descriptionpublic Float getSim()
public void setSim(Float Sim)
Sim
- Similarity. Value range: [0.00, 100.00]. As a recommendation, when the similarity is greater than or equal to 70, it can be determined that the two faces are of the same person. You can adjust the threshold according to your specific scenario (the FAR at the threshold of 70 is 0.1%, and FAR at the threshold of 80 is 0.01%).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.