public class RecognizePhilippinesSssIDOCRResponse extends AbstractModel
header, 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 生日
|
TextDetectionResult |
getFullName()
Get 姓名
|
TextDetectionResult |
getHeadPortrait()
Get 人像照片Base64后的结果
|
TextDetectionResult |
getLicenseNumber()
Get 编号
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setBirthday(TextDetectionResult Birthday)
Set 生日
|
void |
setFullName(TextDetectionResult FullName)
Set 姓名
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set 人像照片Base64后的结果
|
void |
setLicenseNumber(TextDetectionResult LicenseNumber)
Set 编号
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 RecognizePhilippinesSssIDOCRResponse()
public RecognizePhilippinesSssIDOCRResponse(RecognizePhilippinesSssIDOCRResponse source)
public TextDetectionResult getHeadPortrait()
public void setHeadPortrait(TextDetectionResult HeadPortrait)
HeadPortrait
- 人像照片Base64后的结果public TextDetectionResult getLicenseNumber()
public void setLicenseNumber(TextDetectionResult LicenseNumber)
LicenseNumber
- 编号public TextDetectionResult getFullName()
public void setFullName(TextDetectionResult FullName)
FullName
- 姓名public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- 生日public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.