public class PersonImageInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorCode()Get 自定义人脸图片处理错误码 | 
| String | getErrorMsg()Get 自定义人脸图片处理错误信息 | 
| String | getImageId()Get 人脸图片ID | 
| String | getImageURL()Get 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内 | 
| void | setErrorCode(String ErrorCode)Set 自定义人脸图片处理错误码 | 
| void | setErrorMsg(String ErrorMsg)Set 自定义人脸图片处理错误信息 | 
| void | setImageId(String ImageId)Set 人脸图片ID | 
| void | setImageURL(String ImageURL)Set 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内 | 
| 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, toJsonStringpublic PersonImageInfo()
public PersonImageInfo(PersonImageInfo source)
public String getImageId()
public void setImageId(String ImageId)
ImageId - 人脸图片IDpublic String getImageURL()
public void setImageURL(String ImageURL)
ImageURL - 自定义人脸图片的URL,存储在IVLDCustomPreson存储桶内public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode - 自定义人脸图片处理错误码public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg - 自定义人脸图片处理错误信息Copyright © 2025. All rights reserved.