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 地址
|
TextDetectionResult |
getBirthday()
Get 生日
|
TextDetectionResult |
getFullName()
Get 姓名
|
TextDetectionResult |
getHeadPortrait()
Get 人像照片Base64后的结果
|
TextDetectionResult |
getIssueDate()
Get 发证日期
|
TextDetectionResult |
getLicenseNumber()
Get 编码
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setAddress(TextDetectionResult Address)
Set 地址
|
void |
setBirthday(TextDetectionResult Birthday)
Set 生日
|
void |
setFullName(TextDetectionResult FullName)
Set 姓名
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set 人像照片Base64后的结果
|
void |
setIssueDate(TextDetectionResult IssueDate)
Set 发证日期
|
void |
setLicenseNumber(TextDetectionResult LicenseNumber)
Set 编码
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecognizePhilippinesTinIDOCRResponse()
public RecognizePhilippinesTinIDOCRResponse(RecognizePhilippinesTinIDOCRResponse 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 getAddress()
public void setAddress(TextDetectionResult Address)
Address
- 地址public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- 生日public TextDetectionResult getIssueDate()
public void setIssueDate(TextDetectionResult IssueDate)
IssueDate
- 发证日期public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.