public class ImageRecognitionRequest extends AbstractModel
Constructor and Description |
---|
ImageRecognitionRequest() |
ImageRecognitionRequest(ImageRecognitionRequest 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 |
---|---|
Encryption |
getEncryption()
Get 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
String |
getIdCard()
Get 身份证号
|
String |
getImageBase64()
Get 用于人脸比对的照片,图片的Base64值;
Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
|
String |
getName()
Get 姓名。中文请使用UTF-8编码。
|
String |
getOptional()
Get 本接口不需要传递此参数。
|
void |
setEncryption(Encryption Encryption)
Set 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
void |
setIdCard(String IdCard)
Set 身份证号
|
void |
setImageBase64(String ImageBase64)
Set 用于人脸比对的照片,图片的Base64值;
Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
|
void |
setName(String Name)
Set 姓名。中文请使用UTF-8编码。
|
void |
setOptional(String Optional)
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 ImageRecognitionRequest()
public ImageRecognitionRequest(ImageRecognitionRequest source)
public String getIdCard()
public void setIdCard(String IdCard)
IdCard
- 身份证号public String getName()
public void setName(String Name)
Name
- 姓名。中文请使用UTF-8编码。public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- 用于人脸比对的照片,图片的Base64值;
Base64编码后的图片数据大小不超过3M,仅支持jpg、png格式。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。public String getOptional()
public void setOptional(String Optional)
Optional
- 本接口不需要传递此参数。public Encryption getEncryption()
public void setEncryption(Encryption Encryption)
Encryption
- 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。Copyright © 2021. All rights reserved.