public class AiReviewTaskTerrorismOcrResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiReviewTaskTerrorismOcrResult() |
AiReviewTaskTerrorismOcrResult(AiReviewTaskTerrorismOcrResult 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 Error code.
|
AiReviewTerrorismOcrTaskInput |
getInput()
Get Input for OCR-based recognition of terrorism content
|
String |
getMessage()
Get Error message.
|
AiReviewTerrorismOcrTaskOutput |
getOutput()
Get Output for OCR-based recognition of terrorism content
Note: This field may return `null`, indicating that no valid value can be found.
|
Long |
getProgress()
Get The progress of an OCR-based moderation task (terrorist content).
|
String |
getStatus()
Get Task status.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setInput(AiReviewTerrorismOcrTaskInput Input)
Set Input for OCR-based recognition of terrorism content
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(AiReviewTerrorismOcrTaskOutput Output)
Set Output for OCR-based recognition of terrorism content
Note: This field may return `null`, indicating that no valid value can be found.
|
void |
setProgress(Long Progress)
Set The progress of an OCR-based moderation task (terrorist content).
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiReviewTaskTerrorismOcrResult()
public AiReviewTaskTerrorismOcrResult(AiReviewTaskTerrorismOcrResult 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
- Error code. An empty string indicates the task is successful; other values indicate failure. For details, see [Video Processing Error Codes](https://intl.cloud.tencent.com/zh/document/product/266/39145).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0 indicates the task is successful; other values indicate failure. You’re not recommended to use this parameter, but to use the new parameter `ErrCodeExt`.public String getMessage()
public void setMessage(String Message)
Message
- Error message.public AiReviewTerrorismOcrTaskInput getInput()
public void setInput(AiReviewTerrorismOcrTaskInput Input)
Input
- Input for OCR-based recognition of terrorism contentpublic AiReviewTerrorismOcrTaskOutput getOutput()
public void setOutput(AiReviewTerrorismOcrTaskOutput Output)
Output
- Output for OCR-based recognition of terrorism content
Note: This field may return `null`, indicating that no valid value can be found.public Long getProgress()
public void setProgress(Long Progress)
Progress
- The progress of an OCR-based moderation task (terrorist content). Value range: 0-100.Copyright © 2024. All rights reserved.