public class RecognizePhilippinesUMIDOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizePhilippinesUMIDOCRResponse() |
RecognizePhilippinesUMIDOCRResponse(RecognizePhilippinesUMIDOCRResponse 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 |
getCRN()
Get crn码
|
TextDetectionResult |
getGivenName()
Get 名
|
TextDetectionResult |
getHeadPortrait()
Get 人像照片Base64后的结果
|
TextDetectionResult |
getMiddleName()
Get 中间名
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
TextDetectionResult |
getSex()
Get 性别
|
TextDetectionResult |
getSurname()
Get 姓
|
void |
setAddress(TextDetectionResult Address)
Set 地址
|
void |
setBirthday(TextDetectionResult Birthday)
Set 生日
|
void |
setCRN(TextDetectionResult CRN)
Set crn码
|
void |
setGivenName(TextDetectionResult GivenName)
Set 名
|
void |
setHeadPortrait(TextDetectionResult HeadPortrait)
Set 人像照片Base64后的结果
|
void |
setMiddleName(TextDetectionResult MiddleName)
Set 中间名
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setSex(TextDetectionResult Sex)
Set 性别
|
void |
setSurname(TextDetectionResult Surname)
Set 姓
|
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 RecognizePhilippinesUMIDOCRResponse()
public RecognizePhilippinesUMIDOCRResponse(RecognizePhilippinesUMIDOCRResponse source)
public TextDetectionResult getSurname()
public void setSurname(TextDetectionResult Surname)
Surname
- 姓public TextDetectionResult getMiddleName()
public void setMiddleName(TextDetectionResult MiddleName)
MiddleName
- 中间名public TextDetectionResult getGivenName()
public void setGivenName(TextDetectionResult GivenName)
GivenName
- 名public TextDetectionResult getAddress()
public void setAddress(TextDetectionResult Address)
Address
- 地址public TextDetectionResult getBirthday()
public void setBirthday(TextDetectionResult Birthday)
Birthday
- 生日public TextDetectionResult getCRN()
public void setCRN(TextDetectionResult CRN)
CRN
- crn码public TextDetectionResult getSex()
public void setSex(TextDetectionResult Sex)
Sex
- 性别public TextDetectionResult getHeadPortrait()
public void setHeadPortrait(TextDetectionResult HeadPortrait)
HeadPortrait
- 人像照片Base64后的结果public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.