public class CreateContentReviewTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateContentReviewTemplateRequest() |
CreateContentReviewTemplateRequest(CreateContentReviewTemplateRequest 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 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.
|
String |
getReviewWallSwitch()
Get Whether to allow the recognition result to enter the intelligent recognition platform (for human recognition).
|
Float |
getScreenshotInterval()
Get Frame capturing interval in seconds.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
TerrorismConfigureInfo |
getTerrorismConfigure()
Get Control parameter for terrorism information.
|
UserDefineConfigureInfo |
getUserDefineConfigure()
Get Control parameter for custom intelligent content recognition.
|
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 |
setReviewWallSwitch(String ReviewWallSwitch)
Set Whether to allow the recognition result to enter the intelligent recognition platform (for human recognition).
|
void |
setScreenshotInterval(Float ScreenshotInterval)
Set Frame capturing interval in seconds.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
Set Control parameter for terrorism information.
|
void |
setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)
Set Control parameter for custom intelligent content recognition.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateContentReviewTemplateRequest()
public CreateContentReviewTemplateRequest(CreateContentReviewTemplateRequest source)
public String getReviewWallSwitch()
public void setReviewWallSwitch(String ReviewWallSwitch)
ReviewWallSwitch
- Whether to allow the recognition result to enter the intelligent recognition platform (for human recognition).
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getName()
public void setName(String Name)
Name
- Name of an intelligent content recognition template. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- Description of an intelligent content recognition template. Length limit: 256 characters.public PornConfigureInfo getPornConfigure()
public void setPornConfigure(PornConfigureInfo PornConfigure)
PornConfigure
- Control parameter for porn information.public TerrorismConfigureInfo getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
TerrorismConfigure
- Control parameter for terrorism information.public PoliticalConfigureInfo getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
PoliticalConfigure
- Control parameter for politically sensitive information.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 for custom intelligent content recognition.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.Copyright © 2024. All rights reserved.