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