public class GetOCRTokenRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetOCRTokenRequest() |
GetOCRTokenRequest(GetOCRTokenRequest 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 |
---|---|
IDCardConfig |
getIDCardConfig()
Get 身份证配置信息
|
String |
getType()
Get 业务类型,如身份证识别为IDCardOCR
|
void |
setIDCardConfig(IDCardConfig IDCardConfig)
Set 身份证配置信息
|
void |
setType(String Type)
Set 业务类型,如身份证识别为IDCardOCR
|
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 GetOCRTokenRequest()
public GetOCRTokenRequest(GetOCRTokenRequest source)
public String getType()
public void setType(String Type)
Type
- 业务类型,如身份证识别为IDCardOCRpublic IDCardConfig getIDCardConfig()
public void setIDCardConfig(IDCardConfig IDCardConfig)
IDCardConfig
- 身份证配置信息Copyright © 2025. All rights reserved.