public class RecognizeBrazilCommonOCRRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeBrazilCommonOCRRequest() |
RecognizeBrazilCommonOCRRequest(RecognizeBrazilCommonOCRRequest 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 The Base64 value of the back side of the card.
|
String |
getBackImageUrl()
Get The Url address of the back side of the card.
|
String |
getImageBase64()
Get The Base64 value of the image.
|
String |
getImageUrl()
Get The Url of the image.
|
Boolean |
getReturnHeadImage()
Get Specifies whether to return the portrait photo.
|
void |
setBackImageBase64(String BackImageBase64)
Set The Base64 value of the back side of the card.
|
void |
setBackImageUrl(String BackImageUrl)
Set The Url address of the back side of the card.
|
void |
setImageBase64(String ImageBase64)
Set The Base64 value of the image.
|
void |
setImageUrl(String ImageUrl)
Set The Url of the image.
|
void |
setReturnHeadImage(Boolean ReturnHeadImage)
Set Specifies whether to return the portrait photo.
|
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 RecognizeBrazilCommonOCRRequest()
public RecognizeBrazilCommonOCRRequest(RecognizeBrazilCommonOCRRequest source)
public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- The Base64 value of the image. supported image formats: PNG, JPG, JPEG. GIF format is not currently supported. supported image size: no more than 7M after encoding. image download time: no more than 3 seconds.public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- The Url of the image. supported image formats: PNG, JPG, JPEG. GIF format is not currently supported. supported image size: no more than 7M after Base64 encoding. image download time is no more than 3 seconds. urls stored in tencent cloud guarantee higher download speed and stability. it is advisable to store images in tencent cloud. urls not stored in tencent cloud may possibly be impacted in speed and stability.public String getBackImageBase64()
public void setBackImageBase64(String BackImageBase64)
BackImageBase64
- The Base64 value of the back side of the card. supported image formats: PNG, JPG, JPEG. GIF format is not currently supported. supported image size: no more than 7M after encoding. image download time: not more than 3 seconds. either ImageUrl or ImageBase64 must be provided. if both are provided, only use ImageUrl.public String getBackImageUrl()
public void setBackImageUrl(String BackImageUrl)
BackImageUrl
- The Url address of the back side of the card. supported image formats: PNG, JPG, JPEG. GIF format is not currently supported. supported image size: no more than 7M after Base64 encoding. image download time is no more than 3 seconds. urls stored in tencent cloud guarantee higher download speed and stability. it is recommended to store images in tencent cloud. speed and stability of non-tencent cloud storage urls may be impacted.public Boolean getReturnHeadImage()
public void setReturnHeadImage(Boolean ReturnHeadImage)
ReturnHeadImage
- Specifies whether to return the portrait photo.Copyright © 2025. All rights reserved.