Package | Description |
---|---|
com.tencentcloudapi.mps.v20190612.models |
Modifier and Type | Method and Description |
---|---|
MediaContentReviewOcrTextSegmentItem[] |
AiReviewProhibitedOcrTaskOutput.getSegmentSet()
Get List of video segments that contain the OCR-detected prohibited information in text.
|
MediaContentReviewOcrTextSegmentItem[] |
AiReviewPornOcrTaskOutput.getSegmentSet()
Get List of video segments that contain the OCR-detected porn information in text.
|
MediaContentReviewOcrTextSegmentItem[] |
AiReviewTerrorismOcrTaskOutput.getSegmentSet()
Get The video segments that contain sensitive information detected based on OCR.
|
MediaContentReviewOcrTextSegmentItem[] |
AiReviewPoliticalOcrTaskOutput.getSegmentSet()
Get The video segments that contain sensitive information detected based on OCR.
|
Modifier and Type | Method and Description |
---|---|
void |
AiReviewProhibitedOcrTaskOutput.setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
Set List of video segments that contain the OCR-detected prohibited information in text.
|
void |
AiReviewPornOcrTaskOutput.setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
Set List of video segments that contain the OCR-detected porn information in text.
|
void |
AiReviewTerrorismOcrTaskOutput.setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
Set The video segments that contain sensitive information detected based on OCR.
|
void |
AiReviewPoliticalOcrTaskOutput.setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
Set The video segments that contain sensitive information detected based on OCR.
|
Constructor and Description |
---|
MediaContentReviewOcrTextSegmentItem(MediaContentReviewOcrTextSegmentItem 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.