public class PornConfigureInfo extends AbstractModel
| Constructor and Description | 
|---|
| PornConfigureInfo() | 
| PornConfigureInfo(PornConfigureInfo 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 | 
|---|---|
| PornAsrReviewTemplateInfo | getAsrReviewInfo()Get Control parameter of porn information detection in speech. | 
| PornImgReviewTemplateInfo | getImgReviewInfo()Get Control parameter of porn information detection in image. | 
| PornOcrReviewTemplateInfo | getOcrReviewInfo()Get Control parameter of porn information detection in text. | 
| void | setAsrReviewInfo(PornAsrReviewTemplateInfo AsrReviewInfo)Set Control parameter of porn information detection in speech. | 
| void | setImgReviewInfo(PornImgReviewTemplateInfo ImgReviewInfo)Set Control parameter of porn information detection in image. | 
| void | setOcrReviewInfo(PornOcrReviewTemplateInfo OcrReviewInfo)Set Control parameter of porn information detection in text. | 
| 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, toJsonStringpublic PornConfigureInfo()
public PornConfigureInfo(PornConfigureInfo source)
public PornImgReviewTemplateInfo getImgReviewInfo()
public void setImgReviewInfo(PornImgReviewTemplateInfo ImgReviewInfo)
ImgReviewInfo - Control parameter of porn information detection in image.
Note: This field may return null, indicating that no valid values can be obtained.public PornAsrReviewTemplateInfo getAsrReviewInfo()
public void setAsrReviewInfo(PornAsrReviewTemplateInfo AsrReviewInfo)
AsrReviewInfo - Control parameter of porn information detection in speech.
Note: This field may return null, indicating that no valid values can be obtained.public PornOcrReviewTemplateInfo getOcrReviewInfo()
public void setOcrReviewInfo(PornOcrReviewTemplateInfo OcrReviewInfo)
OcrReviewInfo - Control parameter of porn information detection in text.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.