public class PoliticalConfigureInfoForUpdate extends AbstractModel
| Constructor and Description |
|---|
PoliticalConfigureInfoForUpdate() |
PoliticalConfigureInfoForUpdate(PoliticalConfigureInfoForUpdate 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 |
|---|---|
PoliticalAsrReviewTemplateInfoForUpdate |
getAsrReviewInfo()
Get Parameters for ASR-based recognition of politically sensitive content
|
PoliticalImgReviewTemplateInfoForUpdate |
getImgReviewInfo()
Get Parameters for recognition of politically sensitive content in images
|
PoliticalOcrReviewTemplateInfoForUpdate |
getOcrReviewInfo()
Get Parameters for OCR-based recognition of politically sensitive content
|
void |
setAsrReviewInfo(PoliticalAsrReviewTemplateInfoForUpdate AsrReviewInfo)
Set Parameters for ASR-based recognition of politically sensitive content
|
void |
setImgReviewInfo(PoliticalImgReviewTemplateInfoForUpdate ImgReviewInfo)
Set Parameters for recognition of politically sensitive content in images
|
void |
setOcrReviewInfo(PoliticalOcrReviewTemplateInfoForUpdate OcrReviewInfo)
Set Parameters for OCR-based recognition of politically sensitive content
|
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 PoliticalConfigureInfoForUpdate()
public PoliticalConfigureInfoForUpdate(PoliticalConfigureInfoForUpdate source)
public PoliticalImgReviewTemplateInfoForUpdate getImgReviewInfo()
public void setImgReviewInfo(PoliticalImgReviewTemplateInfoForUpdate ImgReviewInfo)
ImgReviewInfo - Parameters for recognition of politically sensitive content in imagespublic PoliticalAsrReviewTemplateInfoForUpdate getAsrReviewInfo()
public void setAsrReviewInfo(PoliticalAsrReviewTemplateInfoForUpdate AsrReviewInfo)
AsrReviewInfo - Parameters for ASR-based recognition of politically sensitive contentpublic PoliticalOcrReviewTemplateInfoForUpdate getOcrReviewInfo()
public void setOcrReviewInfo(PoliticalOcrReviewTemplateInfoForUpdate OcrReviewInfo)
OcrReviewInfo - Parameters for OCR-based recognition of politically sensitive contentCopyright © 2022. All rights reserved.