public class MLIDPassportOCRRequest extends AbstractModel
| Constructor and Description | 
|---|
MLIDPassportOCRRequest()  | 
MLIDPassportOCRRequest(MLIDPassportOCRRequest 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 | 
|---|---|
String | 
getImageBase64()
Get Base64-encoded value of image. 
 | 
Boolean | 
getRetImage()
Get Whether to return an image. 
 | 
void | 
setImageBase64(String ImageBase64)
Set Base64-encoded value of 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, toJsonStringpublic MLIDPassportOCRRequest()
public MLIDPassportOCRRequest(MLIDPassportOCRRequest source)
public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64 - Base64-encoded value of image. The image cannot exceed 7 MB in size after being Base64-encoded. A resolution above 500x800 is recommended. PNG, JPG, JPEG, and BMP formats are supported. It is recommended that the card part occupies more than 2/3 area of the image.public Boolean getRetImage()
public void setRetImage(Boolean RetImage)
RetImage - Whether to return an image. Default value: false.Copyright © 2022. All rights reserved.