Uses of Class
com.tencentcloudapi.mps.v20190612.models.MediaContentReviewSegmentItem
-
Packages that use MediaContentReviewSegmentItem Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of MediaContentReviewSegmentItem in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return MediaContentReviewSegmentItem Modifier and Type Method Description MediaContentReviewSegmentItem[]AiReviewPornTaskOutput. getSegmentSet()Get 有涉黄嫌疑的视频片段列表。MediaContentReviewSegmentItem[]AiReviewTerrorismTaskOutput. getSegmentSet()Get 有涉敏嫌疑的视频片段列表。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type MediaContentReviewSegmentItem Modifier and Type Method Description voidAiReviewPornTaskOutput. setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)Set 有涉黄嫌疑的视频片段列表。voidAiReviewTerrorismTaskOutput. setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)Set 有涉敏嫌疑的视频片段列表。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type MediaContentReviewSegmentItem Constructor Description MediaContentReviewSegmentItem(MediaContentReviewSegmentItem 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.
-