public class AiReviewPoliticalTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewPoliticalTaskOutput() |
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get 视频涉政评分,分值为0到100。
|
String |
getLabel()
Get 视频鉴政结果标签,取值范围:
politician:政治人物。
violation_photo:违规图标。
|
MediaContentReviewPoliticalSegmentItem[] |
getSegmentSet()
Get 有涉政嫌疑的视频片段列表。
|
String |
getSuggestion()
Get 涉政结果建议,取值范围:
pass。
review。
block。
|
void |
setConfidence(Float Confidence)
Set 视频涉政评分,分值为0到100。
|
void |
setLabel(String Label)
Set 视频鉴政结果标签,取值范围:
politician:政治人物。
violation_photo:违规图标。
|
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 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
- 视频鉴政结果标签,取值范围:
public MediaContentReviewPoliticalSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
SegmentSet
- 有涉政嫌疑的视频片段列表。Copyright © 2020. All rights reserved.