public class PornImgReviewTemplateInfoForUpdate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PornImgReviewTemplateInfoForUpdate() | 
| PornImgReviewTemplateInfoForUpdate(PornImgReviewTemplateInfoForUpdate 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 画面鉴黄过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
porn:色情;
vulgar:低俗;
intimacy:亲密行为;
sexy:性感。 | 
| Long | getReviewConfidence()Get 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。 | 
| String | getSwitch()Get 画面鉴黄任务开关,可选值:
ON:开启画面鉴黄任务;
OFF:关闭画面鉴黄任务。 | 
| void | setBlockConfidence(Long BlockConfidence)Set 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。 | 
| void | setLabelSet(String[] LabelSet)Set 画面鉴黄过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
porn:色情;
vulgar:低俗;
intimacy:亲密行为;
sexy:性感。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PornImgReviewTemplateInfoForUpdate()
public PornImgReviewTemplateInfoForUpdate(PornImgReviewTemplateInfoForUpdate 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 © 2025. All rights reserved.