public class RecognizePhilippinesTinIDOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizePhilippinesTinIDOCRResponse() |
RecognizePhilippinesTinIDOCRResponse(RecognizePhilippinesTinIDOCRResponse 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 birth date.
|
TextDetectionResult |
getFullName()
Get The name.
|
TextDetectionResult |
getHeadPortrait()
Get The Base64-encoded identity photo.
|
TextDetectionResult |
getIssueDate()
Get The issue date.
|
TextDetectionResult |
getLicenseNumber()
Get The tax identification number (TIN).
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAddress(TextDetectionResult Address)
Set The address.
|
void |
setBirthday(TextDetectionResult Birthday)
Set The birth date.
|
void |
setFullName(TextDetectionResult FullName)
Set The name.
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set The Base64-encoded identity photo.
|
void |
setIssueDate(TextDetectionResult IssueDate)
Set The issue date.
|
void |
setLicenseNumber(TextDetectionResult LicenseNumber)
Set The tax identification number (TIN).
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 RecognizePhilippinesTinIDOCRResponse()
public RecognizePhilippinesTinIDOCRResponse(RecognizePhilippinesTinIDOCRResponse source)
public TextDetectionResult getHeadPortrait()
public void setHeadPortrait(TextDetectionResult HeadPortrait)
HeadPortrait
- The Base64-encoded identity photo.public TextDetectionResult getLicenseNumber()
public void setLicenseNumber(TextDetectionResult LicenseNumber)
LicenseNumber
- The tax identification number (TIN).public TextDetectionResult getFullName()
public void setFullName(TextDetectionResult FullName)
FullName
- The name.public TextDetectionResult getAddress()
public void setAddress(TextDetectionResult Address)
Address
- The address.public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- The birth date.public TextDetectionResult getIssueDate()
public void setIssueDate(TextDetectionResult IssueDate)
IssueDate
- The issue date.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.