public class AiReviewTaskProhibitedOcrResult extends AbstractModel
Constructor and Description |
---|
AiReviewTaskProhibitedOcrResult() |
AiReviewTaskProhibitedOcrResult(AiReviewTaskProhibitedOcrResult 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.
|
String |
getErrCodeExt()
Get The error code.
|
AiReviewProhibitedOcrTaskInput |
getInput()
Get Input of OCR-based prohibited information detection in text task in content audit
|
String |
getMessage()
Get Error message.
|
AiReviewProhibitedOcrTaskOutput |
getOutput()
Get Output of OCR-based prohibited information detection in text task in content audit
|
String |
getStatus()
Get Task status.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set The error code.
|
void |
setInput(AiReviewProhibitedOcrTaskInput Input)
Set Input of OCR-based prohibited information detection in text task in content audit
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(AiReviewProhibitedOcrTaskOutput Output)
Set Output of OCR-based prohibited information detection in text task in content audit
|
void |
setStatus(String Status)
Set Task status.
|
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 AiReviewTaskProhibitedOcrResult()
public AiReviewTaskProhibitedOcrResult(AiReviewTaskProhibitedOcrResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values: PROCESSING, SUCCESS, FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- The error code. An empty string indicates the task is successful; any other value returned indicates the task failed. For details, see [Error Codes](https://intl.cloud.tencent.com/document/product/1041/40249).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0: success; other values: failure.
public String getMessage()
public void setMessage(String Message)
Message
- Error message.public AiReviewProhibitedOcrTaskInput getInput()
public void setInput(AiReviewProhibitedOcrTaskInput Input)
Input
- Input of OCR-based prohibited information detection in text task in content auditpublic AiReviewProhibitedOcrTaskOutput getOutput()
public void setOutput(AiReviewProhibitedOcrTaskOutput Output)
Output
- Output of OCR-based prohibited information detection in text task in content auditCopyright © 2023. All rights reserved.