public class GetWebVerificationResultIntlResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetWebVerificationResultIntlResponse() |
GetWebVerificationResultIntlResponse(GetWebVerificationResultIntlResponse 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 |
getBestFrameBase64()
Get The Base64-encoded string of the best face screenshot u200dcollected from the video stream.
|
Long |
getErrorCode()
Get The final result of this verification.
|
String |
getErrorMsg()
Get The description of the final verification result.
|
String |
getExtra()
Get The passthrough parameter of the business, max 1,000 characters, which will be returned in GetWebVerificationResultIntl.
|
OCRResult[] |
getOCRResult()
Get Card recognize result.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
VerificationDetail[] |
getVerificationDetailList()
Get The detailed verification result list of this process.
|
String |
getVideoBase64()
Get The Base64-encoded string of the video collected from the video stream.
|
void |
setBestFrameBase64(String BestFrameBase64)
Set The Base64-encoded string of the best face screenshot u200dcollected 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 |
setExtra(String Extra)
Set The passthrough parameter of the business, max 1,000 characters, which will be returned in GetWebVerificationResultIntl.
|
void |
setOCRResult(OCRResult[] OCRResult)
Set Card recognize result.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setVerificationDetailList(VerificationDetail[] VerificationDetailList)
Set The detailed verification result list of this process.
|
void |
setVideoBase64(String VideoBase64)
Set The Base64-encoded string 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetWebVerificationResultIntlResponse()
public GetWebVerificationResultIntlResponse(GetWebVerificationResultIntlResponse 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.
For other error codes, see Liveness Detection and Face Comparison (Mobile HTML5) Error Codes
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 VerificationDetail[] getVerificationDetailList()
public void setVerificationDetailList(VerificationDetail[] VerificationDetailList)
VerificationDetailList
- The detailed verification result list of this process. Retries are allowed, so a verification process may have several entries of results.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getVideoBase64()
public void setVideoBase64(String VideoBase64)
VideoBase64
- The Base64-encoded string of the video collected from the video stream. Retries are allowed, and this field returns only the data collected in the last verification. If no video is collected, null is returned.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getBestFrameBase64()
public void setBestFrameBase64(String BestFrameBase64)
BestFrameBase64
- The Base64-encoded string of the best face screenshot u200dcollected from the video stream. Retries are allowed, and this field returns only the data collected in the last verification. If no best face screenshot is collected, null is returned.
Note: u200dThis field may return null, indicating that no valid values can be obtained.public OCRResult[] getOCRResult()
public void setOCRResult(OCRResult[] OCRResult)
OCRResult
- Card recognize result.
Note: This field may return null, indicating that no valid values can be obtained.public String getExtra()
public void setExtra(String Extra)
Extra
- The passthrough parameter of the business, max 1,000 characters, which will be returned in GetWebVerificationResultIntl.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.