public class VideoLivenessCompareResponse extends AbstractModel
skipSign
Constructor and Description |
---|
VideoLivenessCompareResponse() |
VideoLivenessCompareResponse(VideoLivenessCompareResponse 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 |
---|---|
FileInfo |
getBestFrame()
Get The best video screenshot after successful verification
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get The service result description
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getResult()
Get The service error code.
|
Float |
getSim()
Get The similarity.
|
void |
setBestFrame(FileInfo BestFrame)
Set The best video screenshot after successful verification
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set The service result description
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResult(String Result)
Set The service error code.
|
void |
setSim(Float Sim)
Set The 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 VideoLivenessCompareResponse()
public VideoLivenessCompareResponse(VideoLivenessCompareResponse source)
public Float getSim()
public void setSim(Float Sim)
Sim
- The 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 persons are of the same person. You can adjust the threshold according to your specific scenario (the FARs at the thresholds of 70 and 80 are 0.1% and 0.01%, respectively).public String getResult()
public void setResult(String Result)
Result
- The 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
- The service result descriptionpublic FileInfo getBestFrame()
public void setBestFrame(FileInfo BestFrame)
BestFrame
- The best video screenshot after successful verification
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.