Class CheckIdCardInformationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.CheckIdCardInformationRequest
-
public class CheckIdCardInformationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckIdCardInformationRequest()CheckIdCardInformationRequest(CheckIdCardInformationRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfig()Get 以下可选字段均为bool 类型,默认false: CopyWarn,复印件告警 BorderCheckWarn,边框和框内遮挡告警 ReshootWarn,翻拍告警 DetectPsWarn,PS检测告警(疑似存在PS痕迹) TempIdWarn,临时身份证告警 Quality,图片质量告警(评价图片模糊程度) SDK 设置方式参考: Config = Json.stringify({"CopyWarn":true,"ReshootWarn":true}) API 3.0 Explorer 设置方式参考: Config = {"CopyWarn":true,"ReshootWarn":true}StringgetImageBase64()Get 身份证人像面的 Base64 值 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。 ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。StringgetImageUrl()Get 身份证人像面的 Url 地址 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。BooleangetIsEncrypt()Get 是否需要对返回中的敏感信息进行加密。默认false。 其中敏感信息包括:Response.IdNum、Response.NamevoidsetConfig(String Config)Set 以下可选字段均为bool 类型,默认false: CopyWarn,复印件告警 BorderCheckWarn,边框和框内遮挡告警 ReshootWarn,翻拍告警 DetectPsWarn,PS检测告警(疑似存在PS痕迹) TempIdWarn,临时身份证告警 Quality,图片质量告警(评价图片模糊程度) SDK 设置方式参考: Config = Json.stringify({"CopyWarn":true,"ReshootWarn":true}) API 3.0 Explorer 设置方式参考: Config = {"CopyWarn":true,"ReshootWarn":true}voidsetImageBase64(String ImageBase64)Set 身份证人像面的 Base64 值 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。 ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。voidsetImageUrl(String ImageUrl)Set 身份证人像面的 Url 地址 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。voidsetIsEncrypt(Boolean IsEncrypt)Set 是否需要对返回中的敏感信息进行加密。默认false。 其中敏感信息包括:Response.IdNum、Response.NamevoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CheckIdCardInformationRequest
public CheckIdCardInformationRequest()
-
CheckIdCardInformationRequest
public CheckIdCardInformationRequest(CheckIdCardInformationRequest 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.
-
-
Method Detail
-
getImageBase64
public String getImageBase64()
Get 身份证人像面的 Base64 值 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。 ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。- Returns:
- ImageBase64 身份证人像面的 Base64 值 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。 ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。
-
setImageBase64
public void setImageBase64(String ImageBase64)
Set 身份证人像面的 Base64 值 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。 ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。- Parameters:
ImageBase64- 身份证人像面的 Base64 值 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。 请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。 ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。
-
getImageUrl
public String getImageUrl()
Get 身份证人像面的 Url 地址 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。- Returns:
- ImageUrl 身份证人像面的 Url 地址 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
-
setImageUrl
public void setImageUrl(String ImageUrl)
Set 身份证人像面的 Url 地址 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。- Parameters:
ImageUrl- 身份证人像面的 Url 地址 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
-
getConfig
public String getConfig()
Get 以下可选字段均为bool 类型,默认false: CopyWarn,复印件告警 BorderCheckWarn,边框和框内遮挡告警 ReshootWarn,翻拍告警 DetectPsWarn,PS检测告警(疑似存在PS痕迹) TempIdWarn,临时身份证告警 Quality,图片质量告警(评价图片模糊程度) SDK 设置方式参考: Config = Json.stringify({"CopyWarn":true,"ReshootWarn":true}) API 3.0 Explorer 设置方式参考: Config = {"CopyWarn":true,"ReshootWarn":true}- Returns:
- Config 以下可选字段均为bool 类型,默认false: CopyWarn,复印件告警 BorderCheckWarn,边框和框内遮挡告警 ReshootWarn,翻拍告警 DetectPsWarn,PS检测告警(疑似存在PS痕迹) TempIdWarn,临时身份证告警 Quality,图片质量告警(评价图片模糊程度) SDK 设置方式参考: Config = Json.stringify({"CopyWarn":true,"ReshootWarn":true}) API 3.0 Explorer 设置方式参考: Config = {"CopyWarn":true,"ReshootWarn":true}
-
setConfig
public void setConfig(String Config)
Set 以下可选字段均为bool 类型,默认false: CopyWarn,复印件告警 BorderCheckWarn,边框和框内遮挡告警 ReshootWarn,翻拍告警 DetectPsWarn,PS检测告警(疑似存在PS痕迹) TempIdWarn,临时身份证告警 Quality,图片质量告警(评价图片模糊程度) SDK 设置方式参考: Config = Json.stringify({"CopyWarn":true,"ReshootWarn":true}) API 3.0 Explorer 设置方式参考: Config = {"CopyWarn":true,"ReshootWarn":true}- Parameters:
Config- 以下可选字段均为bool 类型,默认false: CopyWarn,复印件告警 BorderCheckWarn,边框和框内遮挡告警 ReshootWarn,翻拍告警 DetectPsWarn,PS检测告警(疑似存在PS痕迹) TempIdWarn,临时身份证告警 Quality,图片质量告警(评价图片模糊程度) SDK 设置方式参考: Config = Json.stringify({"CopyWarn":true,"ReshootWarn":true}) API 3.0 Explorer 设置方式参考: Config = {"CopyWarn":true,"ReshootWarn":true}
-
getIsEncrypt
public Boolean getIsEncrypt()
Get 是否需要对返回中的敏感信息进行加密。默认false。 其中敏感信息包括:Response.IdNum、Response.Name- Returns:
- IsEncrypt 是否需要对返回中的敏感信息进行加密。默认false。 其中敏感信息包括:Response.IdNum、Response.Name
-
setIsEncrypt
public void setIsEncrypt(Boolean IsEncrypt)
Set 是否需要对返回中的敏感信息进行加密。默认false。 其中敏感信息包括:Response.IdNum、Response.Name- Parameters:
IsEncrypt- 是否需要对返回中的敏感信息进行加密。默认false。 其中敏感信息包括:Response.IdNum、Response.Name
-
-