public class MLIDCardOCRRequest extends AbstractModel
Constructor and Description |
---|
MLIDCardOCRRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getImageBase64()
Get Base64-encoded value of an image.
|
String |
getImageUrl()
Get URL address of an image.
|
Boolean |
getRetImage()
Get Whether to return an image
|
void |
setImageBase64(String ImageBase64)
Set Base64-encoded value of an image.
|
void |
setImageUrl(String ImageUrl)
Set URL address of an 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 an image.
Supported image formats: PNG, JPG, JPEG. GIF is not supported at present.
Supported image size: the downloaded image cannot exceed 3 MB in size after being Base64-encoded. The download time of the image cannot exceed 3 seconds.public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- URL address of an image. (This field is not supported outside Mainland China)
Supported image formats: PNG, JPG, JPEG. GIF is not supported at present.
Supported image size: the downloaded image cannot exceed 3 MB in size after being Base64-encoded. The download time of the image cannot exceed 3 seconds.
It is recommended to store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability.
The download speed and stability of non-Tencent Cloud URLs may be low.public Boolean getRetImage()
public void setRetImage(Boolean RetImage)
RetImage
- Whether to return an imageCopyright © 2020. All rights reserved.