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