public class AiReviewTaskPornAsrResult extends AbstractModel
Constructor and Description |
---|
AiReviewTaskPornAsrResult() |
AiReviewTaskPornAsrResult(AiReviewTaskPornAsrResult 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.
|
AiReviewPornAsrTaskInput |
getInput()
Get Input for ASR-based recognition of pornographic content
|
String |
getMessage()
Get Error message.
|
AiReviewPornAsrTaskOutput |
getOutput()
Get Output for ASR-based recognition of pornographic content
Note: This field may return `null`, indicating that no valid value can be found.
|
Long |
getProgress()
Get The progress of an ASR-based moderation task (pornographic content).
|
String |
getStatus()
Get Task status.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setInput(AiReviewPornAsrTaskInput Input)
Set Input for ASR-based recognition of pornographic content
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(AiReviewPornAsrTaskOutput Output)
Set Output for ASR-based recognition of pornographic content
Note: This field may return `null`, indicating that no valid value can be found.
|
void |
setProgress(Long Progress)
Set The progress of an ASR-based moderation task (pornographic 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AiReviewTaskPornAsrResult()
public AiReviewTaskPornAsrResult(AiReviewTaskPornAsrResult 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.
Note: this field may return null, indicating that no valid values can be obtained.public AiReviewPornAsrTaskInput getInput()
public void setInput(AiReviewPornAsrTaskInput Input)
Input
- Input for ASR-based recognition of pornographic contentpublic AiReviewPornAsrTaskOutput getOutput()
public void setOutput(AiReviewPornAsrTaskOutput Output)
Output
- Output for ASR-based recognition of pornographic 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 ASR-based moderation task (pornographic content). Value range: 0-100.Copyright © 2023. All rights reserved.