Class ImagePornDetect
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.ImagePornDetect
-
public class ImagePornDetect extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ImagePornDetect()ImagePornDetect(ImagePornDetect 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:正常 20002:色情LonggetHitFlag()Get 处置判定 0:正常 1:可疑String[]getKeywords()Get 关键词明细String[]getLabels()Get 色情标签:色情特征中文描述LonggetScore()Get 色情分:分值范围 0-100,分数越高色情倾向越明显voidsetEvilType(Long EvilType)Set 恶意类型 100:正常 20002:色情voidsetHitFlag(Long HitFlag)Set 处置判定 0:正常 1:可疑voidsetKeywords(String[] Keywords)Set 关键词明细voidsetLabels(String[] Labels)Set 色情标签:色情特征中文描述voidsetScore(Long Score)Set 色情分:分值范围 0-100,分数越高色情倾向越明显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
-
ImagePornDetect
public ImagePornDetect()
-
ImagePornDetect
public ImagePornDetect(ImagePornDetect 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
-
getEvilType
public Long getEvilType()
Get 恶意类型 100:正常 20002:色情- Returns:
- EvilType 恶意类型 100:正常 20002:色情
-
setEvilType
public void setEvilType(Long EvilType)
Set 恶意类型 100:正常 20002:色情- Parameters:
EvilType- 恶意类型 100:正常 20002:色情
-
getHitFlag
public Long getHitFlag()
Get 处置判定 0:正常 1:可疑- Returns:
- HitFlag 处置判定 0:正常 1:可疑
-
setHitFlag
public void setHitFlag(Long HitFlag)
Set 处置判定 0:正常 1:可疑- Parameters:
HitFlag- 处置判定 0:正常 1:可疑
-
getKeywords
public String[] getKeywords()
Get 关键词明细- Returns:
- Keywords 关键词明细
-
setKeywords
public void setKeywords(String[] Keywords)
Set 关键词明细- Parameters:
Keywords- 关键词明细
-
getLabels
public String[] getLabels()
Get 色情标签:色情特征中文描述- Returns:
- Labels 色情标签:色情特征中文描述
-
setLabels
public void setLabels(String[] Labels)
Set 色情标签:色情特征中文描述- Parameters:
Labels- 色情标签:色情特征中文描述
-
getScore
public Long getScore()
Get 色情分:分值范围 0-100,分数越高色情倾向越明显- Returns:
- Score 色情分:分值范围 0-100,分数越高色情倾向越明显
-
setScore
public void setScore(Long Score)
Set 色情分:分值范围 0-100,分数越高色情倾向越明显- Parameters:
Score- 色情分:分值范围 0-100,分数越高色情倾向越明显
-
-