public class DetailResult extends AbstractModel
Constructor and Description |
---|
DetailResult() |
Modifier and Type | Method and Description |
---|---|
String |
getEvilLabel()
Get 恶意标签,Normal:正常,Polity:涉政,Porn:色情,Illegal:违法,Abuse:谩骂,Terror:暴恐,Ad:广告,Custom:自定义关键词
|
Long |
getEvilType()
Get 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
|
String[] |
getKeywords()
Get 该标签下命中的关键词
|
Long |
getScore()
Get 该标签模型命中的分值
|
void |
setEvilLabel(String EvilLabel)
Set 恶意标签,Normal:正常,Polity:涉政,Porn:色情,Illegal:违法,Abuse:谩骂,Terror:暴恐,Ad:广告,Custom:自定义关键词
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
|
void |
setKeywords(String[] Keywords)
Set 该标签下命中的关键词
|
void |
setScore(Long Score)
Set 该标签模型命中的分值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getEvilLabel()
public void setEvilLabel(String EvilLabel)
EvilLabel
- 恶意标签,Normal:正常,Polity:涉政,Porn:色情,Illegal:违法,Abuse:谩骂,Terror:暴恐,Ad:广告,Custom:自定义关键词public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 该标签下命中的关键词public Long getScore()
public void setScore(Long Score)
Score
- 该标签模型命中的分值Copyright © 2020. All rights reserved.