Class ProhibitedConfigureInfoForUpdate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ProhibitedConfigureInfoForUpdate
-
public class ProhibitedConfigureInfoForUpdate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProhibitedConfigureInfoForUpdate()ProhibitedConfigureInfoForUpdate(ProhibitedConfigureInfoForUpdate 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 ProhibitedAsrReviewTemplateInfoForUpdategetAsrReviewInfo()Get 语音违禁控制参数。ProhibitedOcrReviewTemplateInfoForUpdategetOcrReviewInfo()Get 文本违禁控制参数。voidsetAsrReviewInfo(ProhibitedAsrReviewTemplateInfoForUpdate AsrReviewInfo)Set 语音违禁控制参数。voidsetOcrReviewInfo(ProhibitedOcrReviewTemplateInfoForUpdate OcrReviewInfo)Set 文本违禁控制参数。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
-
ProhibitedConfigureInfoForUpdate
public ProhibitedConfigureInfoForUpdate()
-
ProhibitedConfigureInfoForUpdate
public ProhibitedConfigureInfoForUpdate(ProhibitedConfigureInfoForUpdate 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
-
getAsrReviewInfo
public ProhibitedAsrReviewTemplateInfoForUpdate getAsrReviewInfo()
Get 语音违禁控制参数。- Returns:
- AsrReviewInfo 语音违禁控制参数。
-
setAsrReviewInfo
public void setAsrReviewInfo(ProhibitedAsrReviewTemplateInfoForUpdate AsrReviewInfo)
Set 语音违禁控制参数。- Parameters:
AsrReviewInfo- 语音违禁控制参数。
-
getOcrReviewInfo
public ProhibitedOcrReviewTemplateInfoForUpdate getOcrReviewInfo()
Get 文本违禁控制参数。- Returns:
- OcrReviewInfo 文本违禁控制参数。
-
setOcrReviewInfo
public void setOcrReviewInfo(ProhibitedOcrReviewTemplateInfoForUpdate OcrReviewInfo)
Set 文本违禁控制参数。- Parameters:
OcrReviewInfo- 文本违禁控制参数。
-
-