public static class Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizCode
Identity verification result:
1: Consistent
2: Inconsistent
3: No record found
example:
1
|
String |
cardInfo
{"address":"Zhejiang Province, Hangzhou City, Yu*****","birthDate":"19901226","certName":"Zhang San","certNo":"1234561990122*****","nationality":"Han","authority":"xxx Public Security Bureau","startDate":"20201130","endDate":"20301130"}
example:
OCR读取的身份证信息。
|
| 构造器和说明 |
|---|
Id2MetaVerifyWithOCRResponseBodyResultObject() |
@NameInMap(value="BizCode") public String bizCode
Identity verification result:
1
@NameInMap(value="CardInfo") public String cardInfo
{"address":"Zhejiang Province, Hangzhou City, Yu*****","birthDate":"19901226","certName":"Zhang San","certNo":"1234561990122*****","nationality":"Han","authority":"xxx Public Security Bureau","startDate":"20201130","endDate":"20301130"}
example:OCR读取的身份证信息。
public Id2MetaVerifyWithOCRResponseBodyResultObject()
public static Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject setBizCode(String bizCode)
public String getBizCode()
public Id2MetaVerifyWithOCRResponseBody.Id2MetaVerifyWithOCRResponseBodyResultObject setCardInfo(String cardInfo)
public String getCardInfo()
Copyright © 2025. All rights reserved.