public class ProhibitedConfigureInfoForUpdate extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProhibitedAsrReviewTemplateInfoForUpdate | getAsrReviewInfo()Get Control parameter of prohibited information detection in speech. | 
| ProhibitedOcrReviewTemplateInfoForUpdate | getOcrReviewInfo()Get Control parameter of prohibited information detection in text. | 
| void | setAsrReviewInfo(ProhibitedAsrReviewTemplateInfoForUpdate AsrReviewInfo)Set Control parameter of prohibited information detection in speech. | 
| void | setOcrReviewInfo(ProhibitedOcrReviewTemplateInfoForUpdate OcrReviewInfo)Set Control parameter of prohibited 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 ProhibitedConfigureInfoForUpdate()
public ProhibitedConfigureInfoForUpdate(ProhibitedConfigureInfoForUpdate source)
public ProhibitedAsrReviewTemplateInfoForUpdate getAsrReviewInfo()
public void setAsrReviewInfo(ProhibitedAsrReviewTemplateInfoForUpdate AsrReviewInfo)
AsrReviewInfo - Control parameter of prohibited information detection in speech.public ProhibitedOcrReviewTemplateInfoForUpdate getOcrReviewInfo()
public void setOcrReviewInfo(ProhibitedOcrReviewTemplateInfoForUpdate OcrReviewInfo)
OcrReviewInfo - Control parameter of prohibited information detection in text.Copyright © 2022. All rights reserved.