public class TerrorismImageResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
TerrorismImageResult() |
TerrorismImageResult(TerrorismImageResult 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 |
---|---|
Float |
getConfidence()
Get 鉴别涉及令人不安全的信息的评分,分值为0到100。
|
String |
getLabel()
Get 鉴别涉及令人不安全的信息的结果标签,取值范围:
guns:武器枪支;
crowd:人群聚集;
police:警察部队;
bloody:血腥画面;
banners:暴恐旗帜;
explosion:爆炸火灾;
scenario:暴恐画面。
|
String |
getSuggestion()
Get 鉴别涉及令人不安全的信息的结果建议,取值范围:
pass;
review;
block。
|
void |
setConfidence(Float Confidence)
Set 鉴别涉及令人不安全的信息的评分,分值为0到100。
|
void |
setLabel(String Label)
Set 鉴别涉及令人不安全的信息的结果标签,取值范围:
guns:武器枪支;
crowd:人群聚集;
police:警察部队;
bloody:血腥画面;
banners:暴恐旗帜;
explosion:爆炸火灾;
scenario:暴恐画面。
|
void |
setSuggestion(String Suggestion)
Set 鉴别涉及令人不安全的信息的结果建议,取值范围:
pass;
review;
block。
|
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, toJsonString
public TerrorismImageResult()
public TerrorismImageResult(TerrorismImageResult source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 鉴别涉及令人不安全的信息的评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 鉴别涉及令人不安全的信息的结果建议,取值范围:
public String getLabel()
public void setLabel(String Label)
Label
- 鉴别涉及令人不安全的信息的结果标签,取值范围:
Copyright © 2024. All rights reserved.