public class RecognizeMacaoIDCardOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeMacaoIDCardOCRResponse() |
RecognizeMacaoIDCardOCRResponse(RecognizeMacaoIDCardOCRResponse 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 |
getAngle()
Get Image rotation angle, the horizontal direction of the text is 0, clockwise is positive, counterclockwise is negative
|
String |
getBirthday()
Get Birthday(DD-MM-YYYY)
|
String |
getCnFirstName()
Get Chinese first name
|
String |
getCnLastName()
Get Chinese last name
|
String |
getCurrentIssueDate()
Get Issue date (DD-MM-YYYY)
|
String |
getEnFirstName()
Get English first name
|
String |
getEnLastName()
Get English last name
|
String |
getFirstIssueDate()
Get First issue Date (DD-MM-YYYY)
|
String |
getFirstNameCode()
Get First name code
|
String |
getHeight()
Get Height (unit: meters)
|
String |
getID()
Get ID Number
|
String |
getLastNameCode()
Get Last name code
|
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 |
getResidentType()
Get Resident type.
|
String |
getRetImage()
Get Processed image (Base64)
|
String |
getSex()
Get gender
|
String |
getSymbol()
Get ID symbol
|
String |
getValidityPeriod()
Get Validity period (DD-MM-YYYY)
|
Long[] |
getWarnCardInfos()
Get Card Warning Information
-9101 Alarm for covered certificate,
-9102 Alarm for photocopied certificate,
-9103 Alarm for photographed certificate,
-9104 Alarm for PS certificate,
-9107 Alarm for reflective certificate,
-9108 Alarm for blurry image,
-9109 This capability is not enabled.
|
void |
setAngle(String Angle)
Set Image rotation angle, the horizontal direction of the text is 0, clockwise is positive, counterclockwise is negative
|
void |
setBirthday(String Birthday)
Set Birthday(DD-MM-YYYY)
|
void |
setCnFirstName(String CnFirstName)
Set Chinese first name
|
void |
setCnLastName(String CnLastName)
Set Chinese last name
|
void |
setCurrentIssueDate(String CurrentIssueDate)
Set Issue date (DD-MM-YYYY)
|
void |
setEnFirstName(String EnFirstName)
Set English first name
|
void |
setEnLastName(String EnLastName)
Set English last name
|
void |
setFirstIssueDate(String FirstIssueDate)
Set First issue Date (DD-MM-YYYY)
|
void |
setFirstNameCode(String FirstNameCode)
Set First name code
|
void |
setHeight(String Height)
Set Height (unit: meters)
|
void |
setID(String ID)
Set ID Number
|
void |
setLastNameCode(String LastNameCode)
Set Last name code
|
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 |
setResidentType(String ResidentType)
Set Resident type.
|
void |
setRetImage(String RetImage)
Set Processed image (Base64)
|
void |
setSex(String Sex)
Set gender
|
void |
setSymbol(String Symbol)
Set ID symbol
|
void |
setValidityPeriod(String ValidityPeriod)
Set Validity period (DD-MM-YYYY)
|
void |
setWarnCardInfos(Long[] WarnCardInfos)
Set Card Warning Information
-9101 Alarm for covered certificate,
-9102 Alarm for photocopied certificate,
-9103 Alarm for photographed certificate,
-9104 Alarm for PS 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 RecognizeMacaoIDCardOCRResponse()
public RecognizeMacaoIDCardOCRResponse(RecognizeMacaoIDCardOCRResponse source)
public String getCnLastName()
public void setCnLastName(String CnLastName)
CnLastName
- Chinese last namepublic String getEnLastName()
public void setEnLastName(String EnLastName)
EnLastName
- English last namepublic String getLastNameCode()
public void setLastNameCode(String LastNameCode)
LastNameCode
- Last name codepublic String getCnFirstName()
public void setCnFirstName(String CnFirstName)
CnFirstName
- Chinese first namepublic String getEnFirstName()
public void setEnFirstName(String EnFirstName)
EnFirstName
- English first namepublic String getFirstNameCode()
public void setFirstNameCode(String FirstNameCode)
FirstNameCode
- First name codepublic String getID()
public void setID(String ID)
ID
- ID Numberpublic String getBirthday()
public void setBirthday(String Birthday)
Birthday
- Birthday(DD-MM-YYYY)public String getSex()
public void setSex(String Sex)
Sex
- genderpublic String getFirstIssueDate()
public void setFirstIssueDate(String FirstIssueDate)
FirstIssueDate
- First issue Date (DD-MM-YYYY)public String getCurrentIssueDate()
public void setCurrentIssueDate(String CurrentIssueDate)
CurrentIssueDate
- Issue date (DD-MM-YYYY)public String getValidityPeriod()
public void setValidityPeriod(String ValidityPeriod)
ValidityPeriod
- Validity period (DD-MM-YYYY)public String getSymbol()
public void setSymbol(String Symbol)
Symbol
- ID symbolpublic String getHeight()
public void setHeight(String Height)
Height
- Height (unit: meters)public String getRetImage()
public void setRetImage(String RetImage)
RetImage
- Processed image (Base64)public String getAngle()
public void setAngle(String Angle)
Angle
- Image rotation angle, the horizontal direction of the text is 0, clockwise is positive, counterclockwise is negativepublic String getResidentType()
public void setResidentType(String ResidentType)
ResidentType
- Resident type.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,
-9104 Alarm for PS certificate,
-9107 Alarm for reflective certificate,
-9108 Alarm for blurry image,
-9109 This capability is not enabled.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.