public class DetectReflectLivenessAndCompareResponse extends AbstractModel
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(32位,用于校验BestFrame的一致性)。
|
String |
getBestFrameUrl()
Get 验证通过后的视频最佳截图资源临时地址,jpg格式,资源和链接有效期2小时,务必在有效期内下载。
|
String |
getDescription()
Get 业务结果描述。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getResult()
Get 业务错误码,成功情况返回Success,错误情况请参考下方错误码 列表中FailedOperation部分。
|
Float |
getSim()
Get 相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)。
|
void |
setBestFrameMd5(String BestFrameMd5)
Set 验证通过后的视频最佳截图资源MD5(32位,用于校验BestFrame的一致性)。
|
void |
setBestFrameUrl(String BestFrameUrl)
Set 验证通过后的视频最佳截图资源临时地址,jpg格式,资源和链接有效期2小时,务必在有效期内下载。
|
void |
setDescription(String Description)
Set 业务结果描述。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(String Result)
Set 业务错误码,成功情况返回Success,错误情况请参考下方错误码 列表中FailedOperation部分。
|
void |
setSim(Float Sim)
Set 相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DetectReflectLivenessAndCompareResponse()
public DetectReflectLivenessAndCompareResponse(DetectReflectLivenessAndCompareResponse source)
public String getBestFrameUrl()
public void setBestFrameUrl(String BestFrameUrl)
BestFrameUrl
- 验证通过后的视频最佳截图资源临时地址,jpg格式,资源和链接有效期2小时,务必在有效期内下载。public String getBestFrameMd5()
public void setBestFrameMd5(String BestFrameMd5)
BestFrameMd5
- 验证通过后的视频最佳截图资源MD5(32位,用于校验BestFrame的一致性)。public String getResult()
public void setResult(String Result)
Result
- 业务错误码,成功情况返回Success,错误情况请参考下方错误码 列表中FailedOperation部分。public String getDescription()
public void setDescription(String Description)
Description
- 业务结果描述。public Float getSim()
public void setSim(Float Sim)
Sim
- 相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.