public class DetailResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DetailResult() | 
| DetailResult(DetailResult 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 | 
|---|---|
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DetailResult()
public DetailResult(DetailResult source)
public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords - 该标签下命中的关键词public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType - 恶意类型
100:正常
20001:政治
20002:色情 
20006:涉毒违法
20007:谩骂
20105:广告引流 
24001:暴恐public Long getScore()
public void setScore(Long Score)
Score - 该标签模型命中的分值public String getEvilLabel()
public void setEvilLabel(String EvilLabel)
EvilLabel - 恶意标签,Normal:正常,Polity:涉政,Porn:色情,Illegal:违法,Abuse:谩骂,Terror:暴恐,Ad:广告,Custom:自定义关键词Copyright © 2025. All rights reserved.