public class GetSdkVerificationResultResponse extends AbstractModel
| 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 result description. | 
| String | getExtra()Get Info passed in the process of getting the token. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getResult()Get The result of the entire verification process. | 
| 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 result description. | 
| void | setExtra(String Extra)Set Info passed in the process of getting the token. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setResult(String Result)Set The result of the entire verification process. | 
| 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, toJsonStringpublic GetSdkVerificationResultResponse()
public GetSdkVerificationResultResponse(GetSdkVerificationResultResponse source)
public String getResult()
public void setResult(String Result)
Result - The result of the entire verification process.public String getDescription()
public void setDescription(String Description)
Description - The 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 taken 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 taken as the valid result.public String getExtra()
public void setExtra(String Extra)
Extra - Info passed in the process of getting the token.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.