Class AiSampleFailFaceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiSampleFailFaceInfo
-
public class AiSampleFailFaceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AiSampleFailFaceInfo()AiSampleFailFaceInfo(AiSampleFailFaceInfo 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 LonggetErrCode()Get 错误码,取值: 0:成功; 其他:失败。LonggetIndex()Get 对应入参 FaceContents 中错误图片下标,从 0 开始。StringgetMessage()Get 错误描述。voidsetErrCode(Long ErrCode)Set 错误码,取值: 0:成功; 其他:失败。voidsetIndex(Long Index)Set 对应入参 FaceContents 中错误图片下标,从 0 开始。voidsetMessage(String Message)Set 错误描述。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
-
AiSampleFailFaceInfo
public AiSampleFailFaceInfo()
-
AiSampleFailFaceInfo
public AiSampleFailFaceInfo(AiSampleFailFaceInfo 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
-
getIndex
public Long getIndex()
Get 对应入参 FaceContents 中错误图片下标,从 0 开始。- Returns:
- Index 对应入参 FaceContents 中错误图片下标,从 0 开始。
-
setIndex
public void setIndex(Long Index)
Set 对应入参 FaceContents 中错误图片下标,从 0 开始。- Parameters:
Index- 对应入参 FaceContents 中错误图片下标,从 0 开始。
-
getErrCode
public Long getErrCode()
Get 错误码,取值:- 0:成功;
- 其他:失败。
- Returns:
- ErrCode 错误码,取值:
- 0:成功;
- 其他:失败。
-
setErrCode
public void setErrCode(Long ErrCode)
Set 错误码,取值:- 0:成功;
- 其他:失败。
- Parameters:
ErrCode- 错误码,取值:- 0:成功;
- 其他:失败。
-
getMessage
public String getMessage()
Get 错误描述。- Returns:
- Message 错误描述。
-
setMessage
public void setMessage(String Message)
Set 错误描述。- Parameters:
Message- 错误描述。
-
-