public class AiReviewPoliticalTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewPoliticalTaskOutput() |
AiReviewPoliticalTaskOutput(AiReviewPoliticalTaskOutput 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get 视频涉政评分,分值为0到100。
|
String |
getLabel()
Get 视频鉴政结果标签。内容审核模板[画面鉴政任务控制参数](https://cloud.tencent.com/document/api/266/31773#PoliticalImgReviewTemplateInfo)里 LabelSet 参数与此参数取值范围的对应关系:
violation_photo:
violation_photo:违规图标。
其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):
politician:政治人物。
|
MediaContentReviewPoliticalSegmentItem[] |
getSegmentSet()
Get 有涉政嫌疑的视频片段列表。
|
String |
getSuggestion()
Get 涉政结果建议,取值范围:
pass。
review。
block。
|
void |
setConfidence(Float Confidence)
Set 视频涉政评分,分值为0到100。
|
void |
setLabel(String Label)
Set 视频鉴政结果标签。内容审核模板[画面鉴政任务控制参数](https://cloud.tencent.com/document/api/266/31773#PoliticalImgReviewTemplateInfo)里 LabelSet 参数与此参数取值范围的对应关系:
violation_photo:
violation_photo:违规图标。
其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):
politician:政治人物。
|
void |
setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
Set 有涉政嫌疑的视频片段列表。
|
void |
setSuggestion(String Suggestion)
Set 涉政结果建议,取值范围:
pass。
review。
block。
|
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 AiReviewPoliticalTaskOutput()
public AiReviewPoliticalTaskOutput(AiReviewPoliticalTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 视频涉政评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 涉政结果建议,取值范围:
public String getLabel()
public void setLabel(String Label)
Label
- 视频鉴政结果标签。内容审核模板[画面鉴政任务控制参数](https://cloud.tencent.com/document/api/266/31773#PoliticalImgReviewTemplateInfo)里 LabelSet 参数与此参数取值范围的对应关系:
violation_photo:
public MediaContentReviewPoliticalSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
SegmentSet
- 有涉政嫌疑的视频片段列表。Copyright © 2021. All rights reserved.