public class MLIDPassportOCRRequest extends AbstractModel
Constructor and Description |
---|
MLIDPassportOCRRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getImageBase64()
Get Base64-encoded value of the image.
|
Boolean |
getRetImage()
Get Whether to return an image
|
void |
setImageBase64(String ImageBase64)
Set Base64-encoded value of the image.
|
void |
setRetImage(Boolean RetImage)
Set Whether to return an image
|
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-encoded value of the image. The image cannot exceed 7 MB in size after being Base64-encoded. A resolution of 500x800 or above is recommended. Supported formats include PNG, JPG, JPEG, and BMP. It is recommended that the card part occupies more than 2/3 of the image.
Either the `ImageUrl` or `ImageBase64` of the image must be provided; if both are provided, only `ImageUrl` will be used.public Boolean getRetImage()
public void setRetImage(Boolean RetImage)
RetImage
- Whether to return an imageCopyright © 2020. All rights reserved.