public class MLIDPassportOCRRequest extends AbstractModel
Constructor and Description |
---|
MLIDPassportOCRRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getImageBase64()
Get 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
Boolean |
getRetImage()
Get 是否返回图片,默认false
|
void |
setImageBase64(String ImageBase64)
Set 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
void |
setRetImage(Boolean RetImage)
Set 是否返回图片,默认false
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。public Boolean getRetImage()
public void setRetImage(Boolean RetImage)
RetImage
- 是否返回图片,默认falseCopyright © 2020. All rights reserved.