public class RecognizePhilippinesDrivingLicenseOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizePhilippinesDrivingLicenseOCRResponse() |
RecognizePhilippinesDrivingLicenseOCRResponse(RecognizePhilippinesDrivingLicenseOCRResponse 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 |
getAgencyCode()
Get The agency code.
|
TextDetectionResult |
getBirthday()
Get The date of birth.
|
TextDetectionResult |
getExpiresDate()
Get The expiration date.
|
TextDetectionResult |
getFirstName()
Get The first name.
|
TextDetectionResult |
getHeadPortrait()
Get The Base64-encoded identity photo.
|
TextDetectionResult |
getLastName()
Get The last name.
|
TextDetectionResult |
getLicenseNo()
Get The license No.
|
TextDetectionResult |
getMiddleName()
Get The middle name.
|
TextDetectionResult |
getName()
Get The full name.
|
TextDetectionResult |
getNationality()
Get The nationality.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
TextDetectionResult |
getSex()
Get The gender.
|
void |
setAddress(TextDetectionResult Address)
Set The address.
|
void |
setAgencyCode(TextDetectionResult AgencyCode)
Set The agency code.
|
void |
setBirthday(TextDetectionResult Birthday)
Set The date of birth.
|
void |
setExpiresDate(TextDetectionResult ExpiresDate)
Set The expiration date.
|
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 |
setLicenseNo(TextDetectionResult LicenseNo)
Set The license No.
|
void |
setMiddleName(TextDetectionResult MiddleName)
Set The middle name.
|
void |
setName(TextDetectionResult Name)
Set The full name.
|
void |
setNationality(TextDetectionResult Nationality)
Set The nationality.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSex(TextDetectionResult 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 RecognizePhilippinesDrivingLicenseOCRResponse()
public RecognizePhilippinesDrivingLicenseOCRResponse(RecognizePhilippinesDrivingLicenseOCRResponse source)
public TextDetectionResult getHeadPortrait()
public void setHeadPortrait(TextDetectionResult HeadPortrait)
HeadPortrait
- The Base64-encoded identity photo.public TextDetectionResult getName()
public void setName(TextDetectionResult Name)
Name
- The full name.public TextDetectionResult getLastName()
public void setLastName(TextDetectionResult LastName)
LastName
- The last name.public TextDetectionResult getFirstName()
public void setFirstName(TextDetectionResult FirstName)
FirstName
- The first name.public TextDetectionResult getMiddleName()
public void setMiddleName(TextDetectionResult MiddleName)
MiddleName
- The middle name.public TextDetectionResult getNationality()
public void setNationality(TextDetectionResult Nationality)
Nationality
- The nationality.public TextDetectionResult getSex()
public void setSex(TextDetectionResult Sex)
Sex
- The gender.public TextDetectionResult getAddress()
public void setAddress(TextDetectionResult Address)
Address
- The address.public TextDetectionResult getLicenseNo()
public void setLicenseNo(TextDetectionResult LicenseNo)
LicenseNo
- The license No.public TextDetectionResult getExpiresDate()
public void setExpiresDate(TextDetectionResult ExpiresDate)
ExpiresDate
- The expiration date.public TextDetectionResult getAgencyCode()
public void setAgencyCode(TextDetectionResult AgencyCode)
AgencyCode
- The agency code.public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- The date of birth.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.