public class AiSampleFailFaceInfo extends AbstractModel
header, skipSign
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 Error code.
|
Long |
getIndex()
Get Corresponds to incorrect image subscripts in the `FaceContents` input parameter, starting from 0.
|
String |
getMessage()
Get Error description.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setIndex(Long Index)
Set Corresponds to incorrect image subscripts in the `FaceContents` input parameter, starting from 0.
|
void |
setMessage(String Message)
Set Error description.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiSampleFailFaceInfo()
public AiSampleFailFaceInfo(AiSampleFailFaceInfo source)
public Long getIndex()
public void setIndex(Long Index)
Index
- Corresponds to incorrect image subscripts in the `FaceContents` input parameter, starting from 0.public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. Valid values:
public String getMessage()
public void setMessage(String Message)
Message
- Error description.Copyright © 2024. All rights reserved.