public class CreateContentReviewTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateContentReviewTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get Description of content audit template.
|
String |
getName()
Get Content audit template name.
|
PoliticalConfigureInfo |
getPoliticalConfigure()
Get Control parameter of politically sensitive information detection.
|
PornConfigureInfo |
getPornConfigure()
Get Control parameter of porn detection.
|
ProhibitedConfigureInfo |
getProhibitedConfigure()
Get Control parameter of prohibited information detection.
|
String |
getReviewWallSwitch()
Get Switch controlling whether to add audit result to review list (for human review).
|
Float |
getScreenshotInterval()
Get Frame capturing interval in seconds.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
TerrorismConfigureInfo |
getTerrorismConfigure()
Get Control parameter of terrorism information detection.
|
UserDefineConfigureInfo |
getUserDefineConfigure()
Get Control parameter of custom content audit.
|
void |
setComment(String Comment)
Set Description of content audit template.
|
void |
setName(String Name)
Set Content audit template name.
|
void |
setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
Set Control parameter of politically sensitive information detection.
|
void |
setPornConfigure(PornConfigureInfo PornConfigure)
Set Control parameter of porn detection.
|
void |
setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure)
Set Control parameter of prohibited information detection.
|
void |
setReviewWallSwitch(String ReviewWallSwitch)
Set Switch controlling whether to add audit result to review list (for human review).
|
void |
setScreenshotInterval(Float ScreenshotInterval)
Set Frame capturing interval in seconds.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
Set Control parameter of terrorism information detection.
|
void |
setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)
Set Control parameter of custom content audit.
|
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 String getReviewWallSwitch()
public void setReviewWallSwitch(String ReviewWallSwitch)
ReviewWallSwitch
- Switch controlling whether to add audit result to review list (for human review).
public String getName()
public void setName(String Name)
Name
- Content audit template name. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- Description of content audit template. Length limit: 256 characters.public PornConfigureInfo getPornConfigure()
public void setPornConfigure(PornConfigureInfo PornConfigure)
PornConfigure
- Control parameter of porn detection.public TerrorismConfigureInfo getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
TerrorismConfigure
- Control parameter of terrorism information detection.public PoliticalConfigureInfo getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
PoliticalConfigure
- Control parameter of politically sensitive information detection.public 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 of custom content audit.public Float getScreenshotInterval()
public void setScreenshotInterval(Float ScreenshotInterval)
ScreenshotInterval
- Frame capturing interval in seconds. If this parameter is left empty, 1 second will be used by default. Minimum value: 0.5 seconds.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2020. All rights reserved.