Class PornConfigureInfoForUpdate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.PornConfigureInfoForUpdate
-
public class PornConfigureInfoForUpdate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PornConfigureInfoForUpdate()PornConfigureInfoForUpdate(PornConfigureInfoForUpdate 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 PornAsrReviewTemplateInfoForUpdategetAsrReviewInfo()Get 语音鉴黄控制参数。PornImgReviewTemplateInfoForUpdategetImgReviewInfo()Get 画面鉴黄控制参数。PornOcrReviewTemplateInfoForUpdategetOcrReviewInfo()Get 文本鉴黄控制参数。voidsetAsrReviewInfo(PornAsrReviewTemplateInfoForUpdate AsrReviewInfo)Set 语音鉴黄控制参数。voidsetImgReviewInfo(PornImgReviewTemplateInfoForUpdate ImgReviewInfo)Set 画面鉴黄控制参数。voidsetOcrReviewInfo(PornOcrReviewTemplateInfoForUpdate 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
-
PornConfigureInfoForUpdate
public PornConfigureInfoForUpdate()
-
PornConfigureInfoForUpdate
public PornConfigureInfoForUpdate(PornConfigureInfoForUpdate 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
-
getImgReviewInfo
public PornImgReviewTemplateInfoForUpdate getImgReviewInfo()
Get 画面鉴黄控制参数。- Returns:
- ImgReviewInfo 画面鉴黄控制参数。
-
setImgReviewInfo
public void setImgReviewInfo(PornImgReviewTemplateInfoForUpdate ImgReviewInfo)
Set 画面鉴黄控制参数。- Parameters:
ImgReviewInfo- 画面鉴黄控制参数。
-
getAsrReviewInfo
public PornAsrReviewTemplateInfoForUpdate getAsrReviewInfo()
Get 语音鉴黄控制参数。- Returns:
- AsrReviewInfo 语音鉴黄控制参数。
-
setAsrReviewInfo
public void setAsrReviewInfo(PornAsrReviewTemplateInfoForUpdate AsrReviewInfo)
Set 语音鉴黄控制参数。- Parameters:
AsrReviewInfo- 语音鉴黄控制参数。
-
getOcrReviewInfo
public PornOcrReviewTemplateInfoForUpdate getOcrReviewInfo()
Get 文本鉴黄控制参数。- Returns:
- OcrReviewInfo 文本鉴黄控制参数。
-
setOcrReviewInfo
public void setOcrReviewInfo(PornOcrReviewTemplateInfoForUpdate OcrReviewInfo)
Set 文本鉴黄控制参数。- Parameters:
OcrReviewInfo- 文本鉴黄控制参数。
-
-