public class ImagePornDetect extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEvilType()Get 恶意类型
100:正常
20002:色情 | 
| Long | getHitFlag()Get 处置判定 0:正常 1:可疑 | 
| String[] | getKeywords()Get 关键词明细 | 
| String[] | getLabels()Get 色情标签:色情特征中文描述 | 
| Long | getScore()Get 色情分:分值范围 0-100,分数越高色情倾向越明显 | 
| void | setEvilType(Long EvilType)Set 恶意类型
100:正常
20002:色情 | 
| void | setHitFlag(Long HitFlag)Set 处置判定 0:正常 1:可疑 | 
| void | setKeywords(String[] Keywords)Set 关键词明细 | 
| void | setLabels(String[] Labels)Set 色情标签:色情特征中文描述 | 
| void | setScore(Long Score)Set 色情分:分值范围 0-100,分数越高色情倾向越明显 | 
| 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, toJsonStringpublic ImagePornDetect()
public ImagePornDetect(ImagePornDetect source)
public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType - 恶意类型
100:正常
20002:色情public Long getHitFlag()
public void setHitFlag(Long HitFlag)
HitFlag - 处置判定 0:正常 1:可疑public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords - 关键词明细public String[] getLabels()
public void setLabels(String[] Labels)
Labels - 色情标签:色情特征中文描述public Long getScore()
public void setScore(Long Score)
Score - 色情分:分值范围 0-100,分数越高色情倾向越明显Copyright © 2025. All rights reserved.