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