public class ProcedureTemplate extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProcedureTemplate() |
ProcedureTemplate(ProcedureTemplate 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 |
---|---|
AiAnalysisTaskInput |
getAiAnalysisTask()
Get Parameter of AI-based content analysis task.
|
AiContentReviewTaskInput |
getAiContentReviewTask()
Get The information of the intelligent moderation task\*.
|
AiRecognitionTaskInput |
getAiRecognitionTask()
Get Type parameter of AI-based content recognition task.
|
String |
getComment()
Get Template description.
|
String |
getCreateTime()
Get Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
MediaProcessTaskInput |
getMediaProcessTask()
Get Parameter of video processing task.
|
WechatMiniProgramPublishTaskInput |
getMiniProgramPublishTask()
Get Parameter of a release on WeChat Mini Program task.
|
String |
getName()
Get Task flow name.
|
ProcedureReviewAudioVideoTaskInput |
getReviewAudioVideoTask()
Get The information of the moderation task.
|
String |
getType()
Get Type of a task flow template.
|
String |
getUpdateTime()
Get Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setAiAnalysisTask(AiAnalysisTaskInput AiAnalysisTask)
Set Parameter of AI-based content analysis task.
|
void |
setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)
Set The information of the intelligent moderation task\*.
|
void |
setAiRecognitionTask(AiRecognitionTaskInput AiRecognitionTask)
Set Type parameter of AI-based content recognition task.
|
void |
setComment(String Comment)
Set Template description.
|
void |
setCreateTime(String CreateTime)
Set Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setMediaProcessTask(MediaProcessTaskInput MediaProcessTask)
Set Parameter of video processing task.
|
void |
setMiniProgramPublishTask(WechatMiniProgramPublishTaskInput MiniProgramPublishTask)
Set Parameter of a release on WeChat Mini Program task.
|
void |
setName(String Name)
Set Task flow name.
|
void |
setReviewAudioVideoTask(ProcedureReviewAudioVideoTaskInput ReviewAudioVideoTask)
Set The information of the moderation task.
|
void |
setType(String Type)
Set Type of a task flow template.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
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 ProcedureTemplate()
public ProcedureTemplate(ProcedureTemplate source)
public String getName()
public void setName(String Name)
Name
- Task flow name.public String getType()
public void setType(String Type)
Type
- Type of a task flow template. Valid values:
public String getComment()
public void setComment(String Comment)
Comment
- Template description. Length limit: 256 characters.public MediaProcessTaskInput getMediaProcessTask()
public void setMediaProcessTask(MediaProcessTaskInput MediaProcessTask)
MediaProcessTask
- Parameter of video processing task.
Note: this field may return null, indicating that no valid values can be obtained.public AiContentReviewTaskInput getAiContentReviewTask()
public void setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)
AiContentReviewTask
- The information of the intelligent moderation task\*.
\*: This parameter is used by our old moderation templates and is not recommended. Please use `ReviewAudioVideoTask` instead.
Note: This field may return null, indicating that no valid values can be obtained.public AiAnalysisTaskInput getAiAnalysisTask()
public void setAiAnalysisTask(AiAnalysisTaskInput AiAnalysisTask)
AiAnalysisTask
- Parameter of AI-based content analysis task.
Note: this field may return null, indicating that no valid values can be obtained.public AiRecognitionTaskInput getAiRecognitionTask()
public void setAiRecognitionTask(AiRecognitionTaskInput AiRecognitionTask)
AiRecognitionTask
- Type parameter of AI-based content recognition task.
Note: this field may return null, indicating that no valid values can be obtained.public WechatMiniProgramPublishTaskInput getMiniProgramPublishTask()
public void setMiniProgramPublishTask(WechatMiniProgramPublishTaskInput MiniProgramPublishTask)
MiniProgramPublishTask
- Parameter of a release on WeChat Mini Program task.
Note: this field may return null, indicating that no valid values can be obtained.public ProcedureReviewAudioVideoTaskInput getReviewAudioVideoTask()
public void setReviewAudioVideoTask(ProcedureReviewAudioVideoTaskInput ReviewAudioVideoTask)
ReviewAudioVideoTask
- The information of the moderation task.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2024. All rights reserved.