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