Class ImageTerrorDetect
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.ImageTerrorDetect
-
public class ImageTerrorDetect extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEvilType()Get 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。LonggetHitFlag()Get 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。String[]getKeywords()Get 关键词明细 注意:此字段可能返回 null,表示取不到有效值。String[]getLabels()Get 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。LonggetScore()Get 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。voidsetEvilType(Long EvilType)Set 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。voidsetHitFlag(Long HitFlag)Set 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。voidsetKeywords(String[] Keywords)Set 关键词明细 注意:此字段可能返回 null,表示取不到有效值。voidsetLabels(String[] Labels)Set 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Long Score)Set 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ImageTerrorDetect
public ImageTerrorDetect()
-
ImageTerrorDetect
public 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.
-
-
Method Detail
-
getKeywords
public String[] getKeywords()
Get 关键词明细 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Keywords 关键词明细 注意:此字段可能返回 null,表示取不到有效值。
-
setKeywords
public void setKeywords(String[] Keywords)
Set 关键词明细 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Keywords- 关键词明细 注意:此字段可能返回 null,表示取不到有效值。
-
getEvilType
public Long getEvilType()
Get 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EvilType 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。
-
setEvilType
public void setEvilType(Long EvilType)
Set 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EvilType- 恶意类型 100:正常 24001:暴恐 注意:此字段可能返回 null,表示取不到有效值。
-
getLabels
public String[] getLabels()
Get 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Labels 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。
-
setLabels
public void setLabels(String[] Labels)
Set 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Labels- 暴恐标签:返回暴恐特征中文描述 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Long Score)
Set 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score- 暴恐分:分值范围0--100,分数越高暴恐倾向越明显 注意:此字段可能返回 null,表示取不到有效值。
-
getHitFlag
public Long getHitFlag()
Get 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HitFlag 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。
-
setHitFlag
public void setHitFlag(Long HitFlag)
Set 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HitFlag- 处置判定 0:正常 1:可疑 注意:此字段可能返回 null,表示取不到有效值。
-
-