public class AiReviewPoliticalTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewPoliticalTaskOutput() |
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get Score of detected politically sensitive information in video between 0 and 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 detected politically sensitive information.
|
void |
setConfidence(Float Confidence)
Set Score of detected politically sensitive information in video between 0 and 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 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, toJsonString
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Score of detected politically sensitive information in video between 0 and 100.
Note: this field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for 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/266/31773?from_cn_redirect=1#PoliticalImgReviewTemplateInfo) 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.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.