public class WorkflowTask extends AbstractModel
| Constructor and Description | 
|---|
| WorkflowTask() | 
| WorkflowTask(WorkflowTask 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 | 
|---|---|
| AiAnalysisResult[] | getAiAnalysisResultSet()Get Execution status and result of video content analysis task. | 
| AiContentReviewResult[] | getAiContentReviewResultSet()Get Execution status and result of a video content audit task. | 
| AiRecognitionResult[] | getAiRecognitionResultSet()Get Execution status and result of a video content recognition task. | 
| Long | getErrCode()Get If the value returned is not 0, there was a source error. | 
| MediaInputInfo | getInputInfo()Get The information of the file processed. | 
| MediaProcessTaskResult[] | getMediaProcessResultSet()Get The execution status and result of the media processing task. | 
| String | getMessage()Get Except those for source errors, error messages vary with task type. | 
| MediaMetaData | getMetaData()Get Metadata of a source video. | 
| String | getStatus()Get Task flow status. | 
| String | getTaskId()Get The media processing task ID. | 
| void | setAiAnalysisResultSet(AiAnalysisResult[] AiAnalysisResultSet)Set Execution status and result of video content analysis task. | 
| void | setAiContentReviewResultSet(AiContentReviewResult[] AiContentReviewResultSet)Set Execution status and result of a video content audit task. | 
| void | setAiRecognitionResultSet(AiRecognitionResult[] AiRecognitionResultSet)Set Execution status and result of a video content recognition task. | 
| void | setErrCode(Long ErrCode)Set If the value returned is not 0, there was a source error. | 
| void | setInputInfo(MediaInputInfo InputInfo)Set The information of the file processed. | 
| void | setMediaProcessResultSet(MediaProcessTaskResult[] MediaProcessResultSet)Set The execution status and result of the media processing task. | 
| void | setMessage(String Message)Set Except those for source errors, error messages vary with task type. | 
| void | setMetaData(MediaMetaData MetaData)Set Metadata of a source video. | 
| void | setStatus(String Status)Set Task flow status. | 
| void | setTaskId(String TaskId)Set The media processing task ID. | 
| 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, toJsonStringpublic WorkflowTask()
public WorkflowTask(WorkflowTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - The media processing task ID.public String getStatus()
public void setStatus(String Status)
Status - Task flow status. Valid values:
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - If the value returned is not 0, there was a source error. If 0 is returned, refer to the error codes of the corresponding task type.public String getMessage()
public void setMessage(String Message)
Message - Except those for source errors, error messages vary with task type.public MediaInputInfo getInputInfo()
public void setInputInfo(MediaInputInfo InputInfo)
InputInfo - The information of the file processed.
Note: This field may return null, indicating that no valid value can be obtained.public MediaMetaData getMetaData()
public void setMetaData(MediaMetaData MetaData)
MetaData - Metadata of a source video.
Note: This field may return null, indicating that no valid values can be obtained.public MediaProcessTaskResult[] getMediaProcessResultSet()
public void setMediaProcessResultSet(MediaProcessTaskResult[] MediaProcessResultSet)
MediaProcessResultSet - The execution status and result of the media processing task.public AiContentReviewResult[] getAiContentReviewResultSet()
public void setAiContentReviewResultSet(AiContentReviewResult[] AiContentReviewResultSet)
AiContentReviewResultSet - Execution status and result of a video content audit task.public AiAnalysisResult[] getAiAnalysisResultSet()
public void setAiAnalysisResultSet(AiAnalysisResult[] AiAnalysisResultSet)
AiAnalysisResultSet - Execution status and result of video content analysis task.public AiRecognitionResult[] getAiRecognitionResultSet()
public void setAiRecognitionResultSet(AiRecognitionResult[] AiRecognitionResultSet)
AiRecognitionResultSet - Execution status and result of a video content recognition task.Copyright © 2022. All rights reserved.