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 Description of an intelligent recognition template.
|
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 an intelligent recognition template
|
String |
getName()
Get Name of an intelligent recognition template.
|
PoliticalConfigureInfo |
getPoliticalConfigure()
Get Parameters for recognition of politically sensitive content
Note: This field may return `null`, indicating that no valid value can be found.
|
PornConfigureInfo |
getPornConfigure()
Get Parameters for recognition of pornographic content
Note: This field may return `null`, indicating that no valid value can be found.
|
ProhibitedConfigureInfo |
getProhibitedConfigure()
Get Control parameter of prohibited information detection.
|
String |
getReviewWallSwitch()
Get Whether to subject the recognition result to human review
ON
OFF
|
Float |
getScreenshotInterval()
Get Frame capturing interval in seconds.
|
TerrorismConfigureInfo |
getTerrorismConfigure()
Get Parameters for recognition of terrorism content
Note: This field may return `null`, indicating that no valid value can be found.
|
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 recognition parameters
Note: This field may return `null`, indicating that no valid value can be found.
|
void |
setComment(String Comment)
Set Description of an intelligent recognition template.
|
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 an intelligent recognition template
|
void |
setName(String Name)
Set Name of an intelligent recognition template.
|
void |
setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
Set Parameters for recognition of politically sensitive content
Note: This field may return `null`, indicating that no valid value can be found.
|
void |
setPornConfigure(PornConfigureInfo PornConfigure)
Set Parameters for recognition of pornographic content
Note: This field may return `null`, indicating that no valid value can be found.
|
void |
setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure)
Set Control parameter of prohibited information detection.
|
void |
setReviewWallSwitch(String ReviewWallSwitch)
Set Whether to subject the recognition result to human review
ON
OFF
|
void |
setScreenshotInterval(Float ScreenshotInterval)
Set Frame capturing interval in seconds.
|
void |
setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
Set Parameters for recognition of terrorism content
Note: This field may return `null`, indicating that no valid value can be found.
|
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 recognition parameters
Note: This field may return `null`, indicating that no valid value can be found.
|
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 an intelligent recognition templatepublic String getName()
public void setName(String Name)
Name
- Name of an intelligent recognition template. Max 64 characterspublic String getComment()
public void setComment(String Comment)
Comment
- Description of an intelligent recognition template. Max 256 characterspublic PornConfigureInfo getPornConfigure()
public void setPornConfigure(PornConfigureInfo PornConfigure)
PornConfigure
- Parameters for recognition of pornographic content
Note: This field may return `null`, indicating that no valid value can be found.public TerrorismConfigureInfo getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
TerrorismConfigure
- Parameters for recognition of terrorism content
Note: This field may return `null`, indicating that no valid value can be found.public PoliticalConfigureInfo getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
PoliticalConfigure
- Parameters for recognition of politically sensitive content
Note: This field may return `null`, indicating that no valid value can be found.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 recognition parameters
Note: This field may return `null`, indicating that no valid value can be found.public String getReviewWallSwitch()
public void setReviewWallSwitch(String ReviewWallSwitch)
ReviewWallSwitch
- Whether to subject the recognition result to 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 © 2023. All rights reserved.