public class RecognizeMexicoVTIDRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeMexicoVTIDRequest() |
RecognizeMexicoVTIDRequest(RecognizeMexicoVTIDRequest 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 value of the image.
|
String |
getImageUrl()
Get URL address of the image.
|
Boolean |
getReturnHeadImage()
Get Whether to return portrait photos.
|
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 RecognizeMexicoVTIDRequest()
public RecognizeMexicoVTIDRequest(RecognizeMexicoVTIDRequest 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 should not exceed 7M after Base64 encoding. Image downloading time should 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 Boolean getReturnHeadImage()
public void setReturnHeadImage(Boolean ReturnHeadImage)
ReturnHeadImage
- Whether to return portrait photos.Copyright © 2025. All rights reserved.