public class VodTerrorismReviewResult extends AbstractModel
Constructor and Description |
---|
VodTerrorismReviewResult() |
VodTerrorismReviewResult(VodTerrorismReviewResult 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 |
---|---|
Long |
getCode()
Get 错误码,0:成功,其他值:失败。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getConfidence()
Get 视频暴恐评分,分值为0到100。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLabel()
Get 视频暴恐结果标签,取值范围:
guns:武器枪支。
crowd:人群聚集。
police:警察部队。
bloody:血腥画面。
banners:暴恐旗帜。
militant:武装分子。
explosion:爆炸火灾。
terrorists:暴恐人物。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsg()
Get 错误信息。
注意:此字段可能返回 null,表示取不到有效值。
|
VodPornReviewSegmentItem[] |
getSegmentSet()
Get 有暴恐嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
String |
getSuggestion()
Get 暴恐结果建议,取值范围:
pass。
review。
block。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(Long Code)
Set 错误码,0:成功,其他值:失败。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Float Confidence)
Set 视频暴恐评分,分值为0到100。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 视频暴恐结果标签,取值范围:
guns:武器枪支。
crowd:人群聚集。
police:警察部队。
bloody:血腥画面。
banners:暴恐旗帜。
militant:武装分子。
explosion:爆炸火灾。
terrorists:暴恐人物。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsg(String Msg)
Set 错误信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSegmentSet(VodPornReviewSegmentItem[] SegmentSet)
Set 有暴恐嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
void |
setSuggestion(String Suggestion)
Set 暴恐结果建议,取值范围:
pass。
review。
block。
注意:此字段可能返回 null,表示取不到有效值。
|
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 VodTerrorismReviewResult()
public VodTerrorismReviewResult(VodTerrorismReviewResult source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 视频暴恐评分,分值为0到100。
注意:此字段可能返回 null,表示取不到有效值。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 暴恐结果建议,取值范围:
pass。
review。
block。
注意:此字段可能返回 null,表示取不到有效值。public String getLabel()
public void setLabel(String Label)
Label
- 视频暴恐结果标签,取值范围:
guns:武器枪支。
crowd:人群聚集。
police:警察部队。
bloody:血腥画面。
banners:暴恐旗帜。
militant:武装分子。
explosion:爆炸火灾。
terrorists:暴恐人物。
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。public Long getCode()
public void setCode(Long Code)
Code
- 错误码,0:成功,其他值:失败。
注意:此字段可能返回 null,表示取不到有效值。public String getMsg()
public void setMsg(String Msg)
Msg
- 错误信息。
注意:此字段可能返回 null,表示取不到有效值。public VodPornReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(VodPornReviewSegmentItem[] SegmentSet)
SegmentSet
- 有暴恐嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.