public class GetSdkVerificationResultResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetSdkVerificationResultResponse() |
GetSdkVerificationResultResponse(GetSdkVerificationResultResponse 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 |
---|---|
CardVerifyResult[] |
getCardVerifyResults()
Get The results of multiple OCR processes (in order).
|
Long |
getChargeCount()
Get The charge count.
|
CompareResult[] |
getCompareResults()
Get The results of multiple liveness detection processes (in order).
|
String |
getDescription()
Get The verification result description.
|
String |
getExtra()
Get Data passed through in the process of getting the token.
|
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).
|
String |
getResult()
Get The result code of the verification result.
|
void |
setCardVerifyResults(CardVerifyResult[] CardVerifyResults)
Set The results of multiple OCR processes (in order).
|
void |
setChargeCount(Long ChargeCount)
Set The charge count.
|
void |
setCompareResults(CompareResult[] CompareResults)
Set The results of multiple liveness detection processes (in order).
|
void |
setDescription(String Description)
Set The verification result description.
|
void |
setExtra(String Extra)
Set Data passed through in the process of getting the token.
|
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 |
setResult(String Result)
Set The result code of the verification result.
|
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 GetSdkVerificationResultResponse()
public GetSdkVerificationResultResponse(GetSdkVerificationResultResponse source)
public String getResult()
public void setResult(String Result)
Result
- The result code of the verification result.public String getDescription()
public void setDescription(String Description)
Description
- The verification result description.public Long getChargeCount()
public void setChargeCount(Long ChargeCount)
ChargeCount
- The charge count.public CardVerifyResult[] getCardVerifyResults()
public void setCardVerifyResults(CardVerifyResult[] CardVerifyResults)
CardVerifyResults
- The results of multiple OCR processes (in order). The result of the final process is used as the valid result.public CompareResult[] getCompareResults()
public void setCompareResults(CompareResult[] CompareResults)
CompareResults
- The results of multiple liveness detection processes (in order). The result of the final process is used as the valid result.public String getExtra()
public void setExtra(String Extra)
Extra
- Data passed through in the process of getting the token.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.