public class CreateContentReviewTemplateRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateContentReviewTemplateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getComment()Get Description of an intelligent content recognition template. | 
| String | getName()Get Name of an intelligent content recognition template. | 
| PoliticalConfigureInfo | getPoliticalConfigure()Get Control parameter for politically sensitive information | 
| PornConfigureInfo | getPornConfigure()Get Control parameter for porn information | 
| ProhibitedConfigureInfo | getProhibitedConfigure()Get Control parameter of prohibited information detection. | 
| TerrorismConfigureInfo | getTerrorismConfigure()Get Control parameter for terrorism information | 
| UserDefineConfigureInfo | getUserDefineConfigure()Get Control parameter for custom intelligent content recognition tasks | 
| void | setComment(String Comment)Set Description of an intelligent content recognition template. | 
| void | setName(String Name)Set Name of an intelligent content recognition template. | 
| void | setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)Set Control parameter for politically sensitive information | 
| void | setPornConfigure(PornConfigureInfo PornConfigure)Set Control parameter for porn information | 
| void | setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure)Set Control parameter of prohibited information detection. | 
| void | setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)Set Control parameter for terrorism information | 
| void | setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)Set Control parameter for custom intelligent content recognition tasks | 
| 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 String getName()
public void setName(String Name)
Name - Name of an intelligent content recognition template. Length limit: 64 characterspublic String getComment()
public void setComment(String Comment)
Comment - Description of an intelligent content recognition template. Length limit: 256 characterspublic PornConfigureInfo getPornConfigure()
public void setPornConfigure(PornConfigureInfo PornConfigure)
PornConfigure - Control parameter for porn informationpublic TerrorismConfigureInfo getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
TerrorismConfigure - Control parameter for terrorism informationpublic PoliticalConfigureInfo getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
PoliticalConfigure - Control parameter for politically sensitive informationpublic ProhibitedConfigureInfo getProhibitedConfigure()
public void setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure)
ProhibitedConfigure - Control parameter of prohibited information detection. Prohibited information includes:
public UserDefineConfigureInfo getUserDefineConfigure()
public void setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)
UserDefineConfigure - Control parameter for custom intelligent content recognition tasksCopyright © 2021. All rights reserved.