public class GetWebVerificationResultResponse extends AbstractModel
Constructor and Description |
---|
GetWebVerificationResultResponse() |
GetWebVerificationResultResponse(GetWebVerificationResultResponse 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 |
getErrorCode()
Get The final result of this verification.
|
String |
getErrorMsg()
Get The description of the final verification result.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
VerificationDetail[] |
getVerificationDetailList()
Get The details list of this verification process.
|
String |
getVideoBestFrameMd5()
Get The MD5 hash value of the best face screenshot collected from the video stream.
|
String |
getVideoBestFrameUrl()
Get The temporary URL of the best face screenshot collected from the video stream.
|
String |
getVideoMd5()
Get The MD5 hash value of the video collected from the video stream.
|
String |
getVideoUrl()
Get The temporary URL of the video collected from the video stream.
|
void |
setErrorCode(Long ErrorCode)
Set The final result of this verification.
|
void |
setErrorMsg(String ErrorMsg)
Set The description of the final verification result.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setVerificationDetailList(VerificationDetail[] VerificationDetailList)
Set The details list of this verification process.
|
void |
setVideoBestFrameMd5(String VideoBestFrameMd5)
Set The MD5 hash value of the best face screenshot collected from the video stream.
|
void |
setVideoBestFrameUrl(String VideoBestFrameUrl)
Set The temporary URL of the best face screenshot collected from the video stream.
|
void |
setVideoMd5(String VideoMd5)
Set The MD5 hash value of the video collected from the video stream.
|
void |
setVideoUrl(String VideoUrl)
Set The temporary URL of the video collected from the video stream.
|
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 GetWebVerificationResultResponse()
public GetWebVerificationResultResponse(GetWebVerificationResultResponse 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: This 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: This field may return null, indicating that no valid values can be obtained.public String getVideoBestFrameUrl()
public void setVideoBestFrameUrl(String VideoBestFrameUrl)
VideoBestFrameUrl
- The temporary URL of the best face screenshot collected from the video stream. It is valid for 10 minutes. Download the image if needed.
Note: This field may return null, indicating that no valid values can be obtained.public String getVideoBestFrameMd5()
public void setVideoBestFrameMd5(String VideoBestFrameMd5)
VideoBestFrameMd5
- The MD5 hash value of the best face screenshot collected from the video stream. It can be used to check whether the image content is consistent with the file content.
Note: This field may return null, indicating that no valid values can be obtained.public VerificationDetail[] getVerificationDetailList()
public void setVerificationDetailList(VerificationDetail[] VerificationDetailList)
VerificationDetailList
- The details list of this verification process.
Note: This field may return null, indicating that no valid values can be obtained.public String getVideoUrl()
public void setVideoUrl(String VideoUrl)
VideoUrl
- The temporary URL of the video collected from the video stream. It is valid for 10 minutes. Download the video if needed.
Note: This field may return null, indicating that no valid values can be obtained.public String getVideoMd5()
public void setVideoMd5(String VideoMd5)
VideoMd5
- The MD5 hash value of the video collected from the video stream. It can be used to check whether the video content is consistent with the file content.
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 © 2022. All rights reserved.