public class RecognizeKoreanIDCardOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeKoreanIDCardOCRResponse() |
RecognizeKoreanIDCardOCRResponse(RecognizeKoreanIDCardOCRResponse 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 The address.
|
String |
getBirthday()
Get The birth date in the format of dd/mm/yyyy.
|
String |
getDateOfIssue()
Get The issue date.
|
String |
getID()
Get The ID card number.
|
String |
getName()
Get The name.
|
String |
getPhoto()
Get The Base64-encoded identity photo.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSex()
Get The gender.
|
void |
setAddress(String Address)
Set The address.
|
void |
setBirthday(String Birthday)
Set The birth date in the format of dd/mm/yyyy.
|
void |
setDateOfIssue(String DateOfIssue)
Set The issue date.
|
void |
setID(String ID)
Set The ID card number.
|
void |
setName(String Name)
Set The name.
|
void |
setPhoto(String Photo)
Set The Base64-encoded identity photo.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSex(String Sex)
Set The gender.
|
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 RecognizeKoreanIDCardOCRResponse()
public RecognizeKoreanIDCardOCRResponse(RecognizeKoreanIDCardOCRResponse source)
public String getID()
public void setID(String ID)
ID
- The ID card number.public String getAddress()
public void setAddress(String Address)
Address
- The address.public String getName()
public void setName(String Name)
Name
- The name.public String getDateOfIssue()
public void setDateOfIssue(String DateOfIssue)
DateOfIssue
- The issue date.public String getPhoto()
public void setPhoto(String Photo)
Photo
- The Base64-encoded identity photo.public String getSex()
public void setSex(String Sex)
Sex
- The gender.public String getBirthday()
public void setBirthday(String Birthday)
Birthday
- The birth date in the format of dd/mm/yyyy.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 © 2024. All rights reserved.