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