public class RecognizeBrazilIDCardOCRRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeBrazilIDCardOCRRequest() |
RecognizeBrazilIDCardOCRRequest(RecognizeBrazilIDCardOCRRequest 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 |
getBackImageBase64()
Get Base64 value of the image on the back of the card.
|
String |
getBackImageUrl()
Get The URL address of the image on the back of the card.
|
String |
getImageBase64()
Get Base64 value of the image.
|
String |
getImageUrl()
Get URL address of the image.
|
Boolean |
getReturnHeadImage()
Get Whether to return portrait photos.
|
void |
setBackImageBase64(String BackImageBase64)
Set Base64 value of the image on the back of the card.
|
void |
setBackImageUrl(String BackImageUrl)
Set The URL address of the image on the back of the card.
|
void |
setImageBase64(String ImageBase64)
Set Base64 value of the image.
|
void |
setImageUrl(String ImageUrl)
Set URL address of the image.
|
void |
setReturnHeadImage(Boolean ReturnHeadImage)
Set Whether to return portrait photos.
|
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 RecognizeBrazilIDCardOCRRequest()
public RecognizeBrazilIDCardOCRRequest(RecognizeBrazilIDCardOCRRequest source)
public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- Base64 value of the image. Supported image formats: PNG, JPG, JPEG, GIF format is not supported yet. Supported image size: The downloaded image does not exceed 7M after Base64 encoding. Image download time does not exceed 3 seconds.public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- URL address of the image. Supported image formats: PNG, JPG, JPEG, GIF format is not supported yet. Supported image size: The downloaded image should not exceed 7M after Base64 encoding. Image download time should not exceed 3 seconds. URLs of images stored in Tencent Cloud can guarantee higher download speed and stability. It is recommended that images be stored in Tencent Cloud. The speed and stability of URLs not stored in Tencent Cloud may be affected to a certain extent.public String getBackImageBase64()
public void setBackImageBase64(String BackImageBase64)
BackImageBase64
- Base64 value of the image on the back of the card. Supported image formats: PNG, JPG, JPEG, GIF format is not supported yet. Supported image size: The downloaded image should not exceed 7M after Base64 encoding. Image download time should not exceed 3 seconds. An ImageUrl and ImageBase64 must be provided. If both are provided, only ImageUrl will be used.public String getBackImageUrl()
public void setBackImageUrl(String BackImageUrl)
BackImageUrl
- The URL address of the image on the back of the card. Supported image formats: PNG, JPG, JPEG, GIF format is not supported yet. Supported image size: The downloaded image does not exceed 7M after Base64 encoding. The image download time does not exceed 3 seconds. The URL of the image stored in Tencent Cloud can ensure higher download speed and stability. It is recommended to store the image in Tencent Cloud. The speed and stability of the URL stored outside Tencent Cloud may be affected to a certain extent.public Boolean getReturnHeadImage()
public void setReturnHeadImage(Boolean ReturnHeadImage)
ReturnHeadImage
- Whether to return portrait photos.Copyright © 2025. All rights reserved.