public class AiReviewTerrorismTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewTerrorismTaskOutput() |
AiReviewTerrorismTaskOutput(AiReviewTerrorismTaskOutput 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 视频暴恐结果标签,取值范围:
guns:武器枪支。
crowd:人群聚集。
police:警察部队。
bloody:血腥画面。
banners:暴恐旗帜。
militant:武装分子。
explosion:爆炸火灾。
terrorists:暴恐人物。
scenario:暴恐画面。
|
MediaContentReviewSegmentItem[] |
getSegmentSet()
Get 有暴恐嫌疑的视频片段列表。
|
String |
getSuggestion()
Get 暴恐结果建议,取值范围:
pass。
review。
block。
|
void |
setConfidence(Float Confidence)
Set 视频暴恐评分,分值为0到100。
|
void |
setLabel(String Label)
Set 视频暴恐结果标签,取值范围:
guns:武器枪支。
crowd:人群聚集。
police:警察部队。
bloody:血腥画面。
banners:暴恐旗帜。
militant:武装分子。
explosion:爆炸火灾。
terrorists:暴恐人物。
scenario:暴恐画面。
|
void |
setSegmentSet(MediaContentReviewSegmentItem[] 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 AiReviewTerrorismTaskOutput()
public AiReviewTerrorismTaskOutput(AiReviewTerrorismTaskOutput 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
- 视频暴恐结果标签,取值范围:
public MediaContentReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
SegmentSet
- 有暴恐嫌疑的视频片段列表。Copyright © 2021. All rights reserved.