public class ImageTerrorDetect extends AbstractModel
Constructor and Description |
---|
ImageTerrorDetect() |
Modifier and Type | Method and Description |
---|---|
Long |
getEvilType()
获取恶意类型
100:正常
24001:暴恐
|
Long |
getHitFlag()
获取处置判定 0:正常 1:可疑
|
String[] |
getKeywords()
获取关键词明细
|
String[] |
getLabels()
获取暴恐标签:返回暴恐特征中文描述
|
Long |
getScore()
获取暴恐分:分值范围0--100,分数越高暴恐倾向越明显
|
void |
setEvilType(Long EvilType)
设置恶意类型
100:正常
24001:暴恐
|
void |
setHitFlag(Long HitFlag)
设置处置判定 0:正常 1:可疑
|
void |
setKeywords(String[] Keywords)
设置关键词明细
|
void |
setLabels(String[] Labels)
设置暴恐标签:返回暴恐特征中文描述
|
void |
setScore(Long Score)
设置暴恐分:分值范围0--100,分数越高暴恐倾向越明显
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
24001:暴恐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 © 2019. All rights reserved.