public class ImageTerrorDetect extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageTerrorDetect() |
ImageTerrorDetect(ImageTerrorDetect 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 |
getEvilType()
Get 恶意类型
100:正常
24001:暴恐
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getHitFlag()
Get 处置判定 0:正常 1:可疑
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getKeywords()
Get 关键词明细
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getLabels()
Get 暴恐标签:返回暴恐特征中文描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 暴恐分:分值范围0--100,分数越高暴恐倾向越明显
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
24001:暴恐
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHitFlag(Long HitFlag)
Set 处置判定 0:正常 1:可疑
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeywords(String[] Keywords)
Set 关键词明细
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabels(String[] Labels)
Set 暴恐标签:返回暴恐特征中文描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 暴恐分:分值范围0--100,分数越高暴恐倾向越明显
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageTerrorDetect()
public ImageTerrorDetect(ImageTerrorDetect source)
public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 关键词明细
注意:此字段可能返回 null,表示取不到有效值。public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
24001:暴恐
注意:此字段可能返回 null,表示取不到有效值。public String[] getLabels()
public void setLabels(String[] Labels)
Labels
- 暴恐标签:返回暴恐特征中文描述
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 暴恐分:分值范围0--100,分数越高暴恐倾向越明显
注意:此字段可能返回 null,表示取不到有效值。public Long getHitFlag()
public void setHitFlag(Long HitFlag)
HitFlag
- 处置判定 0:正常 1:可疑
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.