public class AiSampleFailFaceInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getErrCode()
Get 错误码,取值:
0:成功;
其他:失败。
|
Long |
getIndex()
Get 对应入参 FaceContents 中错误图片下标,从 0 开始。
|
String |
getMessage()
Get 错误描述。
|
void |
setErrCode(Long ErrCode)
Set 错误码,取值:
0:成功;
其他:失败。
|
void |
setIndex(Long Index)
Set 对应入参 FaceContents 中错误图片下标,从 0 开始。
|
void |
setMessage(String Message)
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 AiSampleFailFaceInfo()
public AiSampleFailFaceInfo(AiSampleFailFaceInfo source)
public Long getIndex()
public void setIndex(Long Index)
Index
- 对应入参 FaceContents 中错误图片下标,从 0 开始。public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- 错误码,取值:
public String getMessage()
public void setMessage(String Message)
Message
- 错误描述。Copyright © 2021. All rights reserved.