public class AiReviewTerrorismTaskOutput extends AbstractModel
| 构造器和说明 |
|---|
AiReviewTerrorismTaskOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
Float |
getConfidence()
Get 视频暴恐评分,分值为0到100。
|
String |
getLabel()
Get 视频暴恐结果标签,取值范围:
guns:武器枪支。
|
MediaContentReviewSegmentItem[] |
getSegmentSet()
Get 有暴恐嫌疑的视频片段列表。
|
String |
getSuggestion()
Get 暴恐结果建议,取值范围:
pass。
|
void |
setConfidence(Float Confidence)
Set 视频暴恐评分,分值为0到100。
|
void |
setLabel(String Label)
Set 视频暴恐结果标签,取值范围:
guns:武器枪支。
|
void |
setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
Set 有暴恐嫌疑的视频片段列表。
|
void |
setSuggestion(String Suggestion)
Set 暴恐结果建议,取值范围:
pass。
|
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 - 视频暴恐评分,分值为0到100。
注意:此字段可能返回 null,表示取不到有效值。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 - 有暴恐嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.