| Package | Description | 
|---|---|
| com.tencentcloudapi.mps.v20190612.models | 
| Modifier and Type | Method and Description | 
|---|---|
MediaContentReviewAsrTextSegmentItem[] | 
AiReviewPoliticalAsrTaskOutput.getSegmentSet()
Get The video segments that contain sensitive information detected based on ASR. 
 | 
MediaContentReviewAsrTextSegmentItem[] | 
AiReviewPornAsrTaskOutput.getSegmentSet()
Get List of video segments that contain the ASR-detected porn information in text. 
 | 
MediaContentReviewAsrTextSegmentItem[] | 
AiReviewProhibitedAsrTaskOutput.getSegmentSet()
Get List of video segments that contain the ASR-detected prohibited information in speech. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AiReviewPoliticalAsrTaskOutput.setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set The video segments that contain sensitive information detected based on ASR. 
 | 
void | 
AiReviewPornAsrTaskOutput.setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set List of video segments that contain the ASR-detected porn information in text. 
 | 
void | 
AiReviewProhibitedAsrTaskOutput.setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set List of video segments that contain the ASR-detected prohibited information in speech. 
 | 
| Constructor and Description | 
|---|
MediaContentReviewAsrTextSegmentItem(MediaContentReviewAsrTextSegmentItem 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. 
 | 
Copyright © 2024. All rights reserved.