Class PoliticalAsrReviewTemplateInfoForUpdate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.PoliticalAsrReviewTemplateInfoForUpdate
-
public class PoliticalAsrReviewTemplateInfoForUpdate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PoliticalAsrReviewTemplateInfoForUpdate()PoliticalAsrReviewTemplateInfoForUpdate(PoliticalAsrReviewTemplateInfoForUpdate 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBlockConfidence()Get 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。LonggetReviewConfidence()Get 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。StringgetSwitch()Get 语音涉敏任务开关,可选值: ON:开启语音涉敏任务; OFF:关闭语音涉敏任务。voidsetBlockConfidence(Long BlockConfidence)Set 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。voidsetReviewConfidence(Long ReviewConfidence)Set 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。voidsetSwitch(String Switch)Set 语音涉敏任务开关,可选值: ON:开启语音涉敏任务; OFF:关闭语音涉敏任务。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PoliticalAsrReviewTemplateInfoForUpdate
public PoliticalAsrReviewTemplateInfoForUpdate()
-
PoliticalAsrReviewTemplateInfoForUpdate
public PoliticalAsrReviewTemplateInfoForUpdate(PoliticalAsrReviewTemplateInfoForUpdate 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.
-
-
Method Detail
-
getSwitch
public String getSwitch()
Get 语音涉敏任务开关,可选值:- ON:开启语音涉敏任务;
- OFF:关闭语音涉敏任务。
- Returns:
- Switch 语音涉敏任务开关,可选值:
- ON:开启语音涉敏任务;
- OFF:关闭语音涉敏任务。
-
setSwitch
public void setSwitch(String Switch)
Set 语音涉敏任务开关,可选值:- ON:开启语音涉敏任务;
- OFF:关闭语音涉敏任务。
- Parameters:
Switch- 语音涉敏任务开关,可选值:- ON:开启语音涉敏任务;
- OFF:关闭语音涉敏任务。
-
getBlockConfidence
public Long getBlockConfidence()
Get 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。- Returns:
- BlockConfidence 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
-
setBlockConfidence
public void setBlockConfidence(Long BlockConfidence)
Set 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。- Parameters:
BlockConfidence- 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
-
getReviewConfidence
public Long getReviewConfidence()
Get 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。- Returns:
- ReviewConfidence 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。
-
setReviewConfidence
public void setReviewConfidence(Long ReviewConfidence)
Set 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。- Parameters:
ReviewConfidence- 判定需人工复核是否违规的分数阈值,当智能审核达到该分数以上,认为需人工复核。取值范围:0~100。
-
-