public class RecognizePhilippinesVoteIDOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizePhilippinesVoteIDOCRResponse() |
RecognizePhilippinesVoteIDOCRResponse(RecognizePhilippinesVoteIDOCRResponse 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 |
getCitizenship()
Get The citizenship.
|
TextDetectionResult |
getCivilStatus()
Get The civil status.
|
TextDetectionResult |
getFirstName()
Get The first name.
|
TextDetectionResult |
getHeadPortrait()
Get The Base64-encoded identity photo.
|
TextDetectionResult |
getLastName()
Get The last name.
|
TextDetectionResult |
getPrecinctNo()
Get The precinct.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
TextDetectionResult |
getVIN()
Get The voter's identification number (VIN).
|
void |
setAddress(TextDetectionResult Address)
Set The address.
|
void |
setBirthday(TextDetectionResult Birthday)
Set The date of birth.
|
void |
setCitizenship(TextDetectionResult Citizenship)
Set The citizenship.
|
void |
setCivilStatus(TextDetectionResult CivilStatus)
Set The civil status.
|
void |
setFirstName(TextDetectionResult FirstName)
Set The first name.
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set The Base64-encoded identity photo.
|
void |
setLastName(TextDetectionResult LastName)
Set The last name.
|
void |
setPrecinctNo(TextDetectionResult PrecinctNo)
Set The precinct.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setVIN(TextDetectionResult VIN)
Set The voter's identification number (VIN).
|
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 RecognizePhilippinesVoteIDOCRResponse()
public RecognizePhilippinesVoteIDOCRResponse(RecognizePhilippinesVoteIDOCRResponse source)
public TextDetectionResult getHeadPortrait()
public void setHeadPortrait(TextDetectionResult HeadPortrait)
HeadPortrait
- The Base64-encoded identity photo.public TextDetectionResult getVIN()
public void setVIN(TextDetectionResult VIN)
VIN
- The voter's identification number (VIN).public TextDetectionResult getFirstName()
public void setFirstName(TextDetectionResult FirstName)
FirstName
- The first name.public TextDetectionResult getLastName()
public void setLastName(TextDetectionResult LastName)
LastName
- The last name.public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- The date of birth.public TextDetectionResult getCivilStatus()
public void setCivilStatus(TextDetectionResult CivilStatus)
CivilStatus
- The civil status.public TextDetectionResult getCitizenship()
public void setCitizenship(TextDetectionResult Citizenship)
Citizenship
- The citizenship.public TextDetectionResult getAddress()
public void setAddress(TextDetectionResult Address)
Address
- The address.public TextDetectionResult getPrecinctNo()
public void setPrecinctNo(TextDetectionResult PrecinctNo)
PrecinctNo
- The precinct.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.