AI-based intelligent analysis template details
Used by actions: DescribeAIAnalysisTemplates.
Name | Type | Description |
---|---|---|
Definition | Integer | Unique ID of intelligent analysis template. |
Name | String | Intelligent analysis template name. |
Comment | String | Intelligent analysis template description. |
ClassificationConfigure | ClassificationConfigureInfo | Control parameter of intelligent categorization task. |
TagConfigure | TagConfigureInfo | Control parameter of intelligent tagging task. |
CoverConfigure | CoverConfigureInfo | Control parameter of intelligent cover generating task. |
FrameTagConfigure | FrameTagConfigureInfo | Control parameter of intelligent frame-specific tagging task. |
CreateTime | String | Creation time of template in ISO date format. |
UpdateTime | String | Last modified time of template in ISO date format. |
Details of a video content recognition template
Used by actions: DescribeAIRecognitionTemplates.
Name | Type | Description |
---|---|---|
Definition | Integer | Unique ID of a video content recognition template. |
Name | String | Name of a video content recognition template. |
Comment | String | Description of a video content recognition template. |
FaceConfigure | FaceConfigureInfo | Face recognition control parameter. Note: This field may return null, indicating that no valid values can be obtained. |
OcrFullTextConfigure | OcrFullTextConfigureInfo | Full text recognition control parameter. Note: This field may return null, indicating that no valid values can be obtained. |
OcrWordsConfigure | OcrWordsConfigureInfo | Text keyword recognition control parameter. Note: This field may return null, indicating that no valid values can be obtained. |
AsrFullTextConfigure | AsrFullTextConfigureInfo | Full speech recognition control parameter. Note: This field may return null, indicating that no valid values can be obtained. |
AsrWordsConfigure | AsrWordsConfigureInfo | Speech keyword recognition control parameter. Note: This field may return null, indicating that no valid values can be obtained. |
CreateTime | String | Creation time of a template in ISO date format. |
UpdateTime | String | Last modified time of a template in ISO date format. |
Adaptive bitrate streaming information
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Adaptive bitrate streaming specification. |
Package | String | Container format. Valid values: HLS, MPEG-DASH. |
Path | String | Playback address. |
Storage | TaskOutputStorage | Storage location of adaptive bitrate streaming files. |
Input parameter type of adaptive bitrate streaming
Used by actions: CreateWorkflow, DescribeTaskDetail, DescribeWorkflows, ParseNotification, ProcessMedia, ResetWorkflow.
Name | Type | Required | Description |
---|---|---|---|
Definition | Integer | Yes | Adaptive bitrate streaming template ID. |
WatermarkSet | Array of WatermarkInput | No | List of up to 10 image or text watermarks. |
OutputStorage | TaskOutputStorage | No | Target bucket of an output file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, the OutputStorage value of the upper folder will be inherited.Note: this field may return null, indicating that no valid values can be obtained. |
OutputObjectPath | String | No | The relative or absolute output path of the manifest file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}.{format} . |
SubStreamObjectName | String | No | The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format} . |
SegmentObjectName | String | No | The relative output path of the segment file after being transcoded to adaptive bitrate streaming (in HLS format only). If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}_{segmentNumber}.{format} . |
Details of an adaptive bitrate streaming template
Used by actions: DescribeAdaptiveDynamicStreamingTemplates.
Name | Type | Description |
---|---|---|
Definition | Integer | Unique ID of an adaptive bitrate streaming template. |
Type | String | Template type. Valid values: |
Name | String | Name of an adaptive bitrate streaming template. |
Comment | String | Description of an adaptive bitrate streaming template. |
Format | String | Adaptive bitrate streaming format. Valid values: |
StreamInfos | Array of AdaptiveStreamTemplate | Parameter information of input streams for transcoding to adaptive bitrate streaming. Up to 10 streams can be input. |
DisableHigherVideoBitrate | Integer | Whether to prohibit transcoding from low bitrate to high bitrate. Valid values: |
DisableHigherVideoResolution | Integer | Whether to prohibit transcoding from low resolution to high resolution. Valid values: |
CreateTime | String | Creation time of template in ISO date format. |
UpdateTime | String | Last modified time of template in ISO date format. |
Adaptive bitrate streaming parameter template
Used by actions: CreateAdaptiveDynamicStreamingTemplate, DescribeAdaptiveDynamicStreamingTemplates, ModifyAdaptiveDynamicStreamingTemplate.
Name | Type | Required | Description |
---|---|---|---|
Video | VideoTemplateInfo | Yes | Video parameter information. |
Audio | AudioTemplateInfo | Yes | Audio parameter information. |
RemoveAudio | Integer | No | Whether to remove audio stream. Valid values: |
RemoveVideo | Integer | No | Whether to remove video stream. Valid values: |
Intelligent analysis results
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Type | String | Task type. Valid values: |
ClassificationTask | AiAnalysisTaskClassificationResult | Query result of intelligent categorization task in video content analysis, which is valid if task type is Classification . |
CoverTask | AiAnalysisTaskCoverResult | Query result of intelligent cover generating task in video content analysis, which is valid if task type is Cover . |
TagTask | AiAnalysisTaskTagResult | Query result of intelligent tagging task in video content analysis, which is valid if task type is Tag . |
FrameTagTask | AiAnalysisTaskFrameTagResult | Query result of intelligent frame-specific tagging task in video content analysis, which is valid if task type is FrameTag . |
Input type of intelligent categorization task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Intelligent video categorization template ID. |
Result information of intelligent categorization
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
ClassificationSet | Array of MediaAiAnalysisClassificationItem | List of intelligently generated video categories. |
Result type of intelligent categorization task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiAnalysisTaskClassificationInput | Input of intelligent categorization task. |
Output | AiAnalysisTaskClassificationOutput | Output of intelligent categorization task. |
Input type of intelligent categorization task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Intelligent video cover generating template ID. |
Result information of intelligent cover generating
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
CoverSet | Array of MediaAiAnalysisCoverItem | List of intelligently generated covers. |
OutputStorage | TaskOutputStorage | Storage location of intelligently generated cover. |
Result type of intelligent cover generating task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiAnalysisTaskCoverInput | Input of intelligent cover generating task. |
Output | AiAnalysisTaskCoverOutput | Output of intelligent cover generating task. |
Input type of intelligent frame-specific tagging task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Intelligent frame-specific video tagging template ID. |
Result information of intelligent frame-specific tagging
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
SegmentSet | Array of MediaAiAnalysisFrameTagSegmentItem | List of frame-specific video tags. |
Result type of intelligent frame-specific tagging
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiAnalysisTaskFrameTagInput | Input of intelligent frame-specific tagging task. |
Output | AiAnalysisTaskFrameTagOutput | Output of intelligent frame-specific tagging task. |
AI video intelligent analysis input parameter types
Used by actions: CreateWorkflow, DescribeWorkflows, ProcessMedia, ResetWorkflow.
Name | Type | Required | Description |
---|---|---|---|
Definition | Integer | Yes | Video content analysis template ID. |
Input type of intelligent tagging task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Intelligent video tagging template ID. |
Result information of intelligent tagging
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
TagSet | Array of MediaAiAnalysisTagItem | List of intelligently generated video tags. |
Result type of intelligent tagging task
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiAnalysisTaskTagInput | Input of intelligent tagging task. |
Output | AiAnalysisTaskTagOutput | Output of intelligent tagging task. |
Content audit result
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Type | String | Task type. Valid values: |
SampleRate | Float | Sample rate, which indicates the number of video frames captured per second for audit |
Duration | Float | Audited video duration in seconds. |
PornTask | AiReviewTaskPornResult | Query result of an intelligent porn information detection in image task in video content audit, which is valid when task type is Porn .Note: This field may return null, indicating that no valid values can be obtained. |
TerrorismTask | AiReviewTaskTerrorismResult | Query result of an intelligent terrorism information detection in image task in video content audit, which is valid when task type is Terrorism .Note: This field may return null, indicating that no valid values can be obtained. |
PoliticalTask | AiReviewTaskPoliticalResult | Query result of an intelligent politically sensitive information detection in image task in video content audit, which is valid when task type is Political .Note: This field may return null, indicating that no valid values can be obtained. |
PornAsrTask | AiReviewTaskPornAsrResult | Query result of an ASR-based porn information detection in text task in video content audit, which is valid when task type is Porn.Asr .Note: This field may return null, indicating that no valid values can be obtained. |
PornOcrTask | AiReviewTaskPornOcrResult | Query result of an OCR-based porn information detection in text task in video content audit, which is valid when task type is Porn.Ocr .Note: This field may return null, indicating that no valid values can be obtained. |
PoliticalAsrTask | AiReviewTaskPoliticalAsrResult | Query result of an ASR-based politically sensitive information detection in text task in video content audit, which is valid when task type is Political.Asr .Note: This field may return null, indicating that no valid values can be obtained. |
PoliticalOcrTask | AiReviewTaskPoliticalOcrResult | Query result of an OCR-based politically sensitive information detection in text task in video content audit, which is valid when task type is Political.Ocr .Note: This field may return null, indicating that no valid values can be obtained. |
TerrorismOcrTask | AiReviewTaskTerrorismOcrResult | Query result of OCR-based terrorism information detection in text task in video content audit, which is valid if task type is Terrorism.Ocr . |
ProhibitedAsrTask | AiReviewTaskProhibitedAsrResult | Query result of ASR-based prohibited information detection in speech task in video content audit, which is valid if task type is Prohibited.Asr . |
ProhibitedOcrTask | AiReviewTaskProhibitedOcrResult | Query result of OCR-based prohibited information detection in text task in video content audit, which is valid if task type is Prohibited.Ocr . |
Task type of intelligent content audit
Used by actions: CreateWorkflow, DescribeWorkflows, ProcessLiveStream, ProcessMedia, ResetWorkflow.
Name | Type | Required | Description |
---|---|---|---|
Definition | Integer | Yes | Video content audit template ID. |
Intelligent recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Type | String | Task type. Valid values: |
FaceTask | AiRecognitionTaskFaceResult | Face recognition result, which is valid when Type is FaceRecognition .Note: This field may return null, indicating that no valid values can be obtained. |
AsrWordsTask | AiRecognitionTaskAsrWordsResult | Speech keyword recognition result, which is valid when Type isAsrWordsRecognition .Note: This field may return null, indicating that no valid values can be obtained. |
AsrFullTextTask | AiRecognitionTaskAsrFullTextResult | Full speech recognition result, which is valid when Type isAsrFullTextRecognition .Note: This field may return null, indicating that no valid values can be obtained. |
OcrWordsTask | AiRecognitionTaskOcrWordsResult | Text keyword recognition result, which is valid when Type isOcrWordsRecognition .Note: This field may return null, indicating that no valid values can be obtained. |
OcrFullTextTask | AiRecognitionTaskOcrFullTextResult | Full text recognition result, which is valid when Type isOcrFullTextRecognition .Note: This field may return null, indicating that no valid values can be obtained. |
Full speech recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiRecognitionTaskAsrFullTextResultInput | Input information of a full speech recognition task. |
Output | AiRecognitionTaskAsrFullTextResultOutput | Output information of a full speech recognition task. Note: This field may return null, indicating that no valid values can be obtained. |
Input for full speech recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Full speech recognition template ID. |
Full speech recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
SegmentSet | Array of AiRecognitionTaskAsrFullTextSegmentItem | List of full speech recognition segments. |
SubtitlePath | String | Subtitles file address. |
OutputStorage | TaskOutputStorage | Subtitles file storage location. |
Full speech recognition segment.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Confidence | Float | Confidence of a recognition segment. Value range: 0-100. |
StartTimeOffset | Float | Start time offset of a recognition segment in seconds. |
EndTimeOffset | Float | End time offset of a recognition segment in seconds. |
Text | String | Recognized text. |
Speech keyword recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiRecognitionTaskAsrWordsResultInput | Input information of a speech keyword recognition task. |
Output | AiRecognitionTaskAsrWordsResultOutput | Output information of a speech keyword recognition task. Note: This field may return null, indicating that no valid values can be obtained. |
Input for speech keyword recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Speech keyword recognition template ID. |
Speech keyword recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Word | String | Speech keyword. |
SegmentSet | Array of AiRecognitionTaskAsrWordsSegmentItem | List of time segments that contain the speech keyword. |
Output of speech keyword recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
ResultSet | Array of AiRecognitionTaskAsrWordsResultItem | Speech keyword recognition result set. |
Speech recognition segment.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
StartTimeOffset | Float | Start time offset of a recognition segment in seconds. |
EndTimeOffset | Float | End time offset of a recognition segment in seconds. |
Confidence | Float | Confidence of a recognition segment. Value range: 0-100. |
Face recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiRecognitionTaskFaceResultInput | Input information of a face recognition task. |
Output | AiRecognitionTaskFaceResultOutput | Output information of a face recognition task. Note: This field may return null, indicating that no valid values can be obtained. |
Face recognition input.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Face recognition template ID. |
Face recognition result
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Id | String | Unique ID of a figure. |
Type | String | Figure library type, indicating to which figure library the recognized figure belongs: |
Name | String | Name of a figure. |
SegmentSet | Array of AiRecognitionTaskFaceSegmentItem | Result set of segments that contain a figure. |
Output of intelligent face recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
ResultSet | Array of AiRecognitionTaskFaceResultItem | Intelligent face recognition result set. |
Face recognition result segment
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
StartTimeOffset | Float | Start time offset of a recognition segment in seconds. |
EndTimeOffset | Float | End time offset of a recognition segment in seconds. |
Confidence | Float | Confidence of a recognition segment. Value range: 0-100. |
AreaCoordSet | Array of Integer | Zone coordinates of a recognition result. The array contains four elements: [x1,y1,x2,y2], i.e., the horizontal and vertical coordinates of the top-left and bottom-right corners. |
Input parameter type of video content recognition
Used by actions: CreateWorkflow, DescribeWorkflows, ProcessLiveStream, ProcessMedia, ResetWorkflow.
Name | Type | Required | Description |
---|---|---|---|
Definition | Integer | Yes | Intelligent video recognition template ID. |
Full text recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiRecognitionTaskOcrFullTextResultInput | Input information of a full text recognition task. |
Output | AiRecognitionTaskOcrFullTextResultOutput | Output information of a full text recognition task. Note: This field may return null, indicating that no valid values can be obtained. |
Input for full text recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Full text recognition template ID. |
Output of full text recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
SegmentSet | Array of AiRecognitionTaskOcrFullTextSegmentItem | Full text recognition result set. |
Full text recognition segment.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
StartTimeOffset | Float | Start time offset of a recognition segment in seconds. |
EndTimeOffset | Float | End time offset of a recognition segment in seconds. |
TextSet | Array of AiRecognitionTaskOcrFullTextSegmentTextItem | Recognition segment result set. |
Full text recognition segment.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Confidence | Float | Confidence of a recognition segment. Value range: 0-100. |
AreaCoordSet | Array of Integer | Zone coordinates of a recognition result. The array contains four elements: [x1,y1,x2,y2], i.e., the horizontal and vertical coordinates of the top-left and bottom-right corners. |
Text | String | Recognized text. |
Text keyword recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Status | String | Task status. Valid values: PROCESSING, SUCCESS, FAIL. |
ErrCodeExt | String | Error code. An empty string indicates the task is successful; otherwise it is failed. |
ErrCode | Integer | Error code. 0 indicates the task is successful; otherwise it is failed. This parameter is no longer recommended. Consider using the new error code parameter ErrCodeExt. |
Message | String | Error message. |
Input | AiRecognitionTaskOcrWordsResultInput | Input information of a text keyword recognition task. |
Output | AiRecognitionTaskOcrWordsResultOutput | Output information of a text keyword recognition task. Note: This field may return null, indicating that no valid values can be obtained. |
Input for text keyword recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | Text keyword recognition template ID. |
Text keyword recognition result.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Word | String | Text keyword. |
SegmentSet | Array of AiRecognitionTaskOcrWordsSegmentItem | List of segments that contain a text keyword. |
Output of text keyword recognition.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
ResultSet | Array of AiRecognitionTaskOcrWordsResultItem | Text keyword recognition result set. |
Text recognition segment.
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
StartTimeOffset | Float | Start time offset of a recognition segment in seconds. |
EndTimeOffset | Float | End time offset of a recognition segment in seconds. |
Confidence | Float | Confidence of a recognition segment. Value range: 0-100. |
AreaCoordSet | Array of Integer | Zone coordinates of a recognition result. The array contains four elements: [x1,y1,x2,y2], i.e., the horizontal and vertical coordinates of the top-left and bottom-right corners. |
Input parameter type of an ASR-based politically sensitive information detection in text task during content audit
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | ID of a politically sensitive information detection template. |
ASR-detected politically sensitive information in text
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Confidence | Float | Score of the ASR-detected politically sensitive information in text from 0 to 100. |
Suggestion | String | Suggestion for the ASR-detected politically sensitive information in text. Valid values: |
SegmentSet | Array of MediaContentReviewAsrTextSegmentItem | List of video segments that contain ASR-detected politically sensitive information in text. |
Input parameter type of an OCR-based politically sensitive information detection in text task during content audit
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | ID of a politically sensitive information detection template. |
OCR-detected politically sensitive information in text
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Confidence | Float | Score of the OCR-detected politically sensitive information in text from 0 to 100. |
Suggestion | String | Suggestion for the OCR-detected politically sensitive information in text. Valid values: |
SegmentSet | Array of MediaContentReviewOcrTextSegmentItem | List of video segments that contain OCR-detected politically sensitive information in text. |
Input parameter type of a politically sensitive information detection task during content audit
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | ID of a politically sensitive information detection template. |
Politically sensitive information
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Confidence | Float | Score of the detected politically sensitive information in video from 0 to 100. |
Suggestion | String | Suggestion for the detected politically sensitive information. Valid values: |
Label | String | Tags for the results of video politically sensitive information detection. The relationship between the LabelSet parameter in the content audit template controlling tasks of video politically sensitive information detection and this parameter is as follows:violation_photo: Other values (politician/entertainment/sport/entrepreneur/scholar/celebrity/military): |
SegmentSet | Array of MediaContentReviewPoliticalSegmentItem | List of video segments that contain the detected politically sensitive information. |
Input parameter type of an ASR-based porn information detection in text task during content audit
Used by actions: DescribeTaskDetail, ParseNotification.
Name | Type | Description |
---|---|---|
Definition | Integer | ID of a porn information detection template. |