public class RecognizeMainlandIDCardOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeMainlandIDCardOCRResponse() |
RecognizeMainlandIDCardOCRResponse(RecognizeMainlandIDCardOCRResponse 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 |
getAddress()
Get Address(portrait side)
|
String |
getAuthority()
Get Card authority(national emblem side)
|
String |
getBirth()
Get Brithday((portrait side))
|
String |
getIdCardImage()
Get ID card photo cropping results base64
|
String |
getIdNum()
Get ID number (portrait side)
|
String |
getName()
Get Name((portrait side))
|
String |
getNation()
Get Nation((portrait side))
|
String |
getPortraitImage()
Get Portrait image base64
|
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 |
getSex()
Get Sex((portrait side))
|
String |
getValidDate()
Get Card valid date (national emblem side)
|
Long[] |
getWarnCardInfos()
Get Card Warning Information
-9101 Alarm for covered certificate,
-9102 Alarm for photocopied certificate,
-9103 Alarm for photographed certificate,
-9107 Alarm for reflective certificate,
-9108 Alarm for blurry image,
-9109 This capability is not enabled.
|
void |
setAddress(String Address)
Set Address(portrait side)
|
void |
setAuthority(String Authority)
Set Card authority(national emblem side)
|
void |
setBirth(String Birth)
Set Brithday((portrait side))
|
void |
setIdCardImage(String IdCardImage)
Set ID card photo cropping results base64
|
void |
setIdNum(String IdNum)
Set ID number (portrait side)
|
void |
setName(String Name)
Set Name((portrait side))
|
void |
setNation(String Nation)
Set Nation((portrait side))
|
void |
setPortraitImage(String PortraitImage)
Set Portrait image base64
|
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 |
setSex(String Sex)
Set Sex((portrait side))
|
void |
setValidDate(String ValidDate)
Set Card valid date (national emblem side)
|
void |
setWarnCardInfos(Long[] WarnCardInfos)
Set Card Warning Information
-9101 Alarm for covered certificate,
-9102 Alarm for photocopied certificate,
-9103 Alarm for photographed certificate,
-9107 Alarm for reflective certificate,
-9108 Alarm for blurry image,
-9109 This capability is not enabled.
|
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 RecognizeMainlandIDCardOCRResponse()
public RecognizeMainlandIDCardOCRResponse(RecognizeMainlandIDCardOCRResponse source)
public String getName()
public void setName(String Name)
Name
- Name((portrait side))public String getSex()
public void setSex(String Sex)
Sex
- Sex((portrait side))public String getNation()
public void setNation(String Nation)
Nation
- Nation((portrait side))public String getBirth()
public void setBirth(String Birth)
Birth
- Brithday((portrait side))public String getAddress()
public void setAddress(String Address)
Address
- Address(portrait side)public String getIdNum()
public void setIdNum(String IdNum)
IdNum
- ID number (portrait side)public String getAuthority()
public void setAuthority(String Authority)
Authority
- Card authority(national emblem side)public String getValidDate()
public void setValidDate(String ValidDate)
ValidDate
- Card valid date (national emblem side)public Long[] getWarnCardInfos()
public void setWarnCardInfos(Long[] WarnCardInfos)
WarnCardInfos
- Card Warning Information
-9101 Alarm for covered certificate,
-9102 Alarm for photocopied certificate,
-9103 Alarm for photographed certificate,
-9107 Alarm for reflective certificate,
-9108 Alarm for blurry image,
-9109 This capability is not enabled.public String getPortraitImage()
public void setPortraitImage(String PortraitImage)
PortraitImage
- Portrait image base64public String getIdCardImage()
public void setIdCardImage(String IdCardImage)
IdCardImage
- ID card photo cropping results base64public 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.