public class RecognizePhilippinesSssIDOCRResponse extends AbstractModel
skipSign
Constructor and Description |
---|
RecognizePhilippinesSssIDOCRResponse() |
RecognizePhilippinesSssIDOCRResponse(RecognizePhilippinesSssIDOCRResponse 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 |
getBirthday()
Get The date of birth.
|
TextDetectionResult |
getFullName()
Get The full name.
|
TextDetectionResult |
getHeadPortrait()
Get The Base64-encoded identity photo.
|
TextDetectionResult |
getLicenseNumber()
Get The common reference number (CRN).
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setBirthday(TextDetectionResult Birthday)
Set The date of birth.
|
void |
setFullName(TextDetectionResult FullName)
Set The full name.
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set The Base64-encoded identity photo.
|
void |
setLicenseNumber(TextDetectionResult LicenseNumber)
Set The common reference number (CRN).
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecognizePhilippinesSssIDOCRResponse()
public RecognizePhilippinesSssIDOCRResponse(RecognizePhilippinesSssIDOCRResponse 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 common reference number (CRN).public TextDetectionResult getFullName()
public void setFullName(TextDetectionResult FullName)
FullName
- The full name.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 © 2023. All rights reserved.