public class TerrorismImgReviewTemplateInfoForUpdate extends AbstractModel
Constructor and Description |
---|
TerrorismImgReviewTemplateInfoForUpdate() |
TerrorismImgReviewTemplateInfoForUpdate(TerrorismImgReviewTemplateInfoForUpdate 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 |
getBlockConfidence()
Get 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
|
String[] |
getLabelSet()
Get 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
guns:武器枪支;
crowd:人群聚集;
bloody:血腥画面;
police:警察部队;
banners:涉敏旗帜;
militant:武装分子;
explosion:爆炸火灾;
terrorists:涉敏人物;
scenario:涉敏画面。
|
Long |
getReviewConfidence()
Get 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。
|
String |
getSwitch()
Get 画面涉敏任务开关,可选值:
ON:开启画面涉敏任务;
OFF:关闭画面涉敏任务。
|
void |
setBlockConfidence(Long BlockConfidence)
Set 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
|
void |
setLabelSet(String[] LabelSet)
Set 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
guns:武器枪支;
crowd:人群聚集;
bloody:血腥画面;
police:警察部队;
banners:涉敏旗帜;
militant:武装分子;
explosion:爆炸火灾;
terrorists:涉敏人物;
scenario:涉敏画面。
|
void |
setReviewConfidence(Long ReviewConfidence)
Set 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。
|
void |
setSwitch(String Switch)
Set 画面涉敏任务开关,可选值:
ON:开启画面涉敏任务;
OFF:关闭画面涉敏任务。
|
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 TerrorismImgReviewTemplateInfoForUpdate()
public TerrorismImgReviewTemplateInfoForUpdate(TerrorismImgReviewTemplateInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 画面涉敏任务开关,可选值:
public String[] getLabelSet()
public void setLabelSet(String[] LabelSet)
LabelSet
- 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
public Long getBlockConfidence()
public void setBlockConfidence(Long BlockConfidence)
BlockConfidence
- 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。public Long getReviewConfidence()
public void setReviewConfidence(Long ReviewConfidence)
ReviewConfidence
- 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。Copyright © 2023. All rights reserved.