Class PersonImageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.PersonImageInfo
-
public class PersonImageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PersonImageInfo()PersonImageInfo(PersonImageInfo 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 StringgetErrorCode()Get 自定义人脸图片处理错误码StringgetErrorMsg()Get 自定义人脸图片处理错误信息StringgetImageId()Get 人脸图片IDStringgetImageURL()Get 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内voidsetErrorCode(String ErrorCode)Set 自定义人脸图片处理错误码voidsetErrorMsg(String ErrorMsg)Set 自定义人脸图片处理错误信息voidsetImageId(String ImageId)Set 人脸图片IDvoidsetImageURL(String ImageURL)Set 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内voidtoMap(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
-
PersonImageInfo
public PersonImageInfo()
-
PersonImageInfo
public PersonImageInfo(PersonImageInfo 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
-
getImageId
public String getImageId()
Get 人脸图片ID- Returns:
- ImageId 人脸图片ID
-
setImageId
public void setImageId(String ImageId)
Set 人脸图片ID- Parameters:
ImageId- 人脸图片ID
-
getImageURL
public String getImageURL()
Get 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内- Returns:
- ImageURL 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内
-
setImageURL
public void setImageURL(String ImageURL)
Set 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内- Parameters:
ImageURL- 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内
-
getErrorCode
public String getErrorCode()
Get 自定义人脸图片处理错误码- Returns:
- ErrorCode 自定义人脸图片处理错误码
-
setErrorCode
public void setErrorCode(String ErrorCode)
Set 自定义人脸图片处理错误码- Parameters:
ErrorCode- 自定义人脸图片处理错误码
-
getErrorMsg
public String getErrorMsg()
Get 自定义人脸图片处理错误信息- Returns:
- ErrorMsg 自定义人脸图片处理错误信息
-
setErrorMsg
public void setErrorMsg(String ErrorMsg)
Set 自定义人脸图片处理错误信息- Parameters:
ErrorMsg- 自定义人脸图片处理错误信息
-
-