Uses of Class
com.tencentcloudapi.mps.v20190612.models.AiContentReviewTaskInput
-
Packages that use AiContentReviewTaskInput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of AiContentReviewTaskInput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return AiContentReviewTaskInput Modifier and Type Method Description AiContentReviewTaskInputActivityPara. getAiContentReviewTask()Get 视频内容审核类型任务 注意:此字段可能返回 null,表示取不到有效值。AiContentReviewTaskInputCreateWorkflowRequest. getAiContentReviewTask()Get 视频内容审核类型任务参数。AiContentReviewTaskInputProcessLiveStreamRequest. getAiContentReviewTask()Get 视频内容审核类型任务参数。AiContentReviewTaskInputProcessMediaRequest. getAiContentReviewTask()Get 视频内容审核类型任务参数。AiContentReviewTaskInputResetWorkflowRequest. getAiContentReviewTask()Get 视频内容审核类型任务参数。AiContentReviewTaskInputWorkflowInfo. getAiContentReviewTask()Get 视频内容审核类型任务参数。 注意:此字段可能返回 null,表示取不到有效值。AiContentReviewTaskInputScheduleReviewTaskResult. getInput()Get 审核任务的输入。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type AiContentReviewTaskInput Modifier and Type Method Description voidActivityPara. setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)Set 视频内容审核类型任务 注意:此字段可能返回 null,表示取不到有效值。voidCreateWorkflowRequest. setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)Set 视频内容审核类型任务参数。voidProcessLiveStreamRequest. setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)Set 视频内容审核类型任务参数。voidProcessMediaRequest. setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)Set 视频内容审核类型任务参数。voidResetWorkflowRequest. setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)Set 视频内容审核类型任务参数。voidWorkflowInfo. setAiContentReviewTask(AiContentReviewTaskInput AiContentReviewTask)Set 视频内容审核类型任务参数。 注意:此字段可能返回 null,表示取不到有效值。voidScheduleReviewTaskResult. setInput(AiContentReviewTaskInput Input)Set 审核任务的输入。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type AiContentReviewTaskInput Constructor Description AiContentReviewTaskInput(AiContentReviewTaskInput 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.
-