public class ContentReviewTemplateItem extends AbstractModel
Constructor and Description |
---|
ContentReviewTemplateItem() |
ContentReviewTemplateItem(ContentReviewTemplateItem 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 |
---|---|
String |
getComment()
Get Content audit template description.
|
String |
getCreateTime()
Get Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
Long |
getDefinition()
Get Unique ID of content audit template.
|
String |
getName()
Get Content audit template name.
|
PoliticalConfigureInfo |
getPoliticalConfigure()
Get Politically sensitive information detection control parameter.
|
PornConfigureInfo |
getPornConfigure()
Get Porn information detection control parameter.
|
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.
|
TerrorismConfigureInfo |
getTerrorismConfigure()
Get Terrorism information detection control parameter.
|
String |
getUpdateTime()
Get Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
UserDefineConfigureInfo |
getUserDefineConfigure()
Get Custom content audit control parameter.
|
void |
setComment(String Comment)
Set Content audit template description.
|
void |
setCreateTime(String CreateTime)
Set Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setDefinition(Long Definition)
Set Unique ID of content audit template.
|
void |
setName(String Name)
Set Content audit template name.
|
void |
setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
Set Politically sensitive information detection control parameter.
|
void |
setPornConfigure(PornConfigureInfo PornConfigure)
Set Porn information detection control parameter.
|
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 |
setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
Set Terrorism information detection control parameter.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)
Set Custom content audit control parameter.
|
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 ContentReviewTemplateItem()
public ContentReviewTemplateItem(ContentReviewTemplateItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of content audit template.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
- Content audit template description. Length limit: 256 characters.public PornConfigureInfo getPornConfigure()
public void setPornConfigure(PornConfigureInfo PornConfigure)
PornConfigure
- Porn information detection control parameter.
Note: this field may return null, indicating that no valid values can be obtained.public TerrorismConfigureInfo getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
TerrorismConfigure
- Terrorism information detection control parameter.
Note: this field may return null, indicating that no valid values can be obtained.public PoliticalConfigureInfo getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
PoliticalConfigure
- Politically sensitive information detection control parameter.
Note: this field may return null, indicating that no valid values can be obtained.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
- Custom content audit control parameter.
Note: this field may return null, indicating that no valid values can be obtained.public String getReviewWallSwitch()
public void setReviewWallSwitch(String ReviewWallSwitch)
ReviewWallSwitch
- Switch controlling whether to add audit result to review list (for human review).
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 String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2021. All rights reserved.