public class BankCardOCRRequest extends AbstractModel
Constructor and Description |
---|
BankCardOCRRequest() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnableBorderCheck()
Get
|
Boolean |
getEnableCopyCheck()
Get
|
Boolean |
getEnableReshootCheck()
Get
|
String |
getImageBase64()
Get Base64-encoded value of image.
|
String |
getImageUrl()
Get URL address of image.
|
Boolean |
getRetBorderCutImage()
Get
|
Boolean |
getRetCardNoImage()
Get
|
void |
setEnableBorderCheck(Boolean EnableBorderCheck)
Set
|
void |
setEnableCopyCheck(Boolean EnableCopyCheck)
Set
|
void |
setEnableReshootCheck(Boolean EnableReshootCheck)
Set
|
void |
setImageBase64(String ImageBase64)
Set Base64-encoded value of image.
|
void |
setImageUrl(String ImageUrl)
Set URL address of image.
|
void |
setRetBorderCutImage(Boolean RetBorderCutImage)
Set
|
void |
setRetCardNoImage(Boolean RetCardNoImage)
Set
|
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 image.
Supported image formats: PNG, JPG, JPEG. GIF is currently not supported.
Supported image size: the downloaded image cannot exceed 7 MB in size after being Base64-encoded. The download time of the image cannot exceed 3 seconds.
Either the `ImageUrl` or `ImageBase64` of the image must be provided; if both are provided, only `ImageUrl` will be used.public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- URL address of image. (This field is not supported outside Chinese mainland)
Supported image formats: PNG, JPG, JPEG. GIF is currently not supported.
Supported image size: the downloaded image cannot exceed 7 MB after being Base64-encoded. The download time of the image cannot exceed 3 seconds.
We recommend you 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 getRetBorderCutImage()
public void setRetBorderCutImage(Boolean RetBorderCutImage)
RetBorderCutImage
- public Boolean getRetCardNoImage()
public void setRetCardNoImage(Boolean RetCardNoImage)
RetCardNoImage
- public Boolean getEnableCopyCheck()
public void setEnableCopyCheck(Boolean EnableCopyCheck)
EnableCopyCheck
- public Boolean getEnableReshootCheck()
public void setEnableReshootCheck(Boolean EnableReshootCheck)
EnableReshootCheck
- public Boolean getEnableBorderCheck()
public void setEnableBorderCheck(Boolean EnableBorderCheck)
EnableBorderCheck
- Copyright © 2021. All rights reserved.