public class AiReviewPoliticalTaskOutput extends AbstractModel
| Constructor and Description | 
|---|
| AiReviewPoliticalTaskOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getConfidence()Get Score of the detected politically sensitive information in video from 0 to 100. | 
| String | getLabel()Get Tags for the results of video politically sensitive information detection. | 
| MediaContentReviewPoliticalSegmentItem[] | getSegmentSet()Get List of video segments that contain the detected politically sensitive information. | 
| String | getSuggestion()Get Suggestion for the detected politically sensitive information. | 
| void | setConfidence(Float Confidence)Set Score of the detected politically sensitive information in video from 0 to 100. | 
| void | setLabel(String Label)Set Tags for the results of video politically sensitive information detection. | 
| void | setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)Set List of video segments that contain the detected politically sensitive information. | 
| void | setSuggestion(String Suggestion)Set Suggestion for the detected politically sensitive information. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Score of the detected politically sensitive information in video from 0 to 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for the detected politically sensitive information. Valid values:
public String getLabel()
public void setLabel(String Label)
Label - 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](https://intl.cloud.tencent.com/document/api/862/37615?from_cn_redirect=1#AiReviewPoliticalTaskOutput) and this parameter is as follows:
violation_photo:
public MediaContentReviewPoliticalSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
SegmentSet - List of video segments that contain the detected politically sensitive information.Copyright © 2020. All rights reserved.