public class TerrorismConfigureInfoForUpdate extends AbstractModel
| Constructor and Description | 
|---|
TerrorismConfigureInfoForUpdate()  | 
TerrorismConfigureInfoForUpdate(TerrorismConfigureInfoForUpdate 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 | 
|---|---|
TerrorismImgReviewTemplateInfoForUpdate | 
getImgReviewInfo()
Get Control parameter of a terrorism information detection in image task. 
 | 
TerrorismOcrReviewTemplateInfoForUpdate | 
getOcrReviewInfo()
Get Control parameter of terrorism information detection in text task. 
 | 
void | 
setImgReviewInfo(TerrorismImgReviewTemplateInfoForUpdate ImgReviewInfo)
Set Control parameter of a terrorism information detection in image task. 
 | 
void | 
setOcrReviewInfo(TerrorismOcrReviewTemplateInfoForUpdate OcrReviewInfo)
Set Control parameter of terrorism information detection in text task. 
 | 
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 TerrorismConfigureInfoForUpdate()
public TerrorismConfigureInfoForUpdate(TerrorismConfigureInfoForUpdate source)
public TerrorismImgReviewTemplateInfoForUpdate getImgReviewInfo()
public void setImgReviewInfo(TerrorismImgReviewTemplateInfoForUpdate ImgReviewInfo)
ImgReviewInfo - Control parameter of a terrorism information detection in image task.public TerrorismOcrReviewTemplateInfoForUpdate getOcrReviewInfo()
public void setOcrReviewInfo(TerrorismOcrReviewTemplateInfoForUpdate OcrReviewInfo)
OcrReviewInfo - Control parameter of terrorism information detection in text task.Copyright © 2022. All rights reserved.