public class PornOcrReviewTemplateInfoForUpdate extends AbstractModel
Constructor and Description |
---|
PornOcrReviewTemplateInfoForUpdate() |
PornOcrReviewTemplateInfoForUpdate(PornOcrReviewTemplateInfoForUpdate 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。
|
Long |
getReviewConfidence()
Get 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。
|
String |
getSwitch()
Get 文本鉴黄任务开关,可选值:
ON:开启文本鉴黄任务;
OFF:关闭文本鉴黄任务。
|
void |
setBlockConfidence(Long BlockConfidence)
Set 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
|
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 PornOcrReviewTemplateInfoForUpdate()
public PornOcrReviewTemplateInfoForUpdate(PornOcrReviewTemplateInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 文本鉴黄任务开关,可选值:
public Long getBlockConfidence()
public void setBlockConfidence(Long BlockConfidence)
BlockConfidence
- 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。public Long getReviewConfidence()
public void setReviewConfidence(Long ReviewConfidence)
ReviewConfidence
- 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。Copyright © 2021. All rights reserved.