public class RecognizePhilippinesUMIDOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizePhilippinesUMIDOCRResponse() |
RecognizePhilippinesUMIDOCRResponse(RecognizePhilippinesUMIDOCRResponse 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 |
---|---|
TextDetectionResult |
getAddress()
Get The address.
|
TextDetectionResult |
getBirthday()
Get The date of birth.
|
TextDetectionResult |
getCRN()
Get The common reference number (CRN).
|
TextDetectionResult |
getGivenName()
Get The given name.
|
TextDetectionResult |
getHeadPortrait()
Get The Base64-encoded identity photo.
|
TextDetectionResult |
getMiddleName()
Get The middle name.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
TextDetectionResult |
getSex()
Get The gender.
|
TextDetectionResult |
getSurname()
Get The surname.
|
void |
setAddress(TextDetectionResult Address)
Set The address.
|
void |
setBirthday(TextDetectionResult Birthday)
Set The date of birth.
|
void |
setCRN(TextDetectionResult CRN)
Set The common reference number (CRN).
|
void |
setGivenName(TextDetectionResult GivenName)
Set The given name.
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set The Base64-encoded identity photo.
|
void |
setMiddleName(TextDetectionResult MiddleName)
Set The middle name.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSex(TextDetectionResult Sex)
Set The gender.
|
void |
setSurname(TextDetectionResult Surname)
Set The surname.
|
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 RecognizePhilippinesUMIDOCRResponse()
public RecognizePhilippinesUMIDOCRResponse(RecognizePhilippinesUMIDOCRResponse source)
public TextDetectionResult getSurname()
public void setSurname(TextDetectionResult Surname)
Surname
- The surname.public TextDetectionResult getMiddleName()
public void setMiddleName(TextDetectionResult MiddleName)
MiddleName
- The middle name.public TextDetectionResult getGivenName()
public void setGivenName(TextDetectionResult GivenName)
GivenName
- The given name.public TextDetectionResult getAddress()
public void setAddress(TextDetectionResult Address)
Address
- The address.public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- The date of birth.public TextDetectionResult getCRN()
public void setCRN(TextDetectionResult CRN)
CRN
- The common reference number (CRN).public TextDetectionResult getSex()
public void setSex(TextDetectionResult Sex)
Sex
- The gender.public TextDetectionResult getHeadPortrait()
public void setHeadPortrait(TextDetectionResult HeadPortrait)
HeadPortrait
- The Base64-encoded identity photo.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.