public class ModifyContentReviewTemplateRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyContentReviewTemplateRequest() |
ModifyContentReviewTemplateRequest(ModifyContentReviewTemplateRequest 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.
|
Long |
getDefinition()
Get Unique ID of an intelligent content recognition template.
|
String |
getName()
Get Name of an intelligent content recognition template.
|
PoliticalConfigureInfoForUpdate |
getPoliticalConfigure()
Get Control parameter for politically sensitive information.
|
PornConfigureInfoForUpdate |
getPornConfigure()
Get Control parameter for porn information.
|
ProhibitedConfigureInfoForUpdate |
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 [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
TerrorismConfigureInfoForUpdate |
getTerrorismConfigure()
Get Control parameter for terrorism information.
|
UserDefineConfigureInfoForUpdate |
getUserDefineConfigure()
Get Control parameter for custom intelligent content recognition tasks.
|
void |
setComment(String Comment)
Set Description of an intelligent content recognition template.
|
void |
setDefinition(Long Definition)
Set Unique ID of an intelligent content recognition template.
|
void |
setName(String Name)
Set Name of an intelligent content recognition template.
|
void |
setPoliticalConfigure(PoliticalConfigureInfoForUpdate PoliticalConfigure)
Set Control parameter for politically sensitive information.
|
void |
setPornConfigure(PornConfigureInfoForUpdate PornConfigure)
Set Control parameter for porn information.
|
void |
setProhibitedConfigure(ProhibitedConfigureInfoForUpdate 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 [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setTerrorismConfigure(TerrorismConfigureInfoForUpdate TerrorismConfigure)
Set Control parameter for terrorism information.
|
void |
setUserDefineConfigure(UserDefineConfigureInfoForUpdate 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyContentReviewTemplateRequest()
public ModifyContentReviewTemplateRequest(ModifyContentReviewTemplateRequest source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of an intelligent content recognition template.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.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 TerrorismConfigureInfoForUpdate getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfoForUpdate TerrorismConfigure)
TerrorismConfigure
- Control parameter for terrorism information.public PornConfigureInfoForUpdate getPornConfigure()
public void setPornConfigure(PornConfigureInfoForUpdate PornConfigure)
PornConfigure
- Control parameter for porn information.public PoliticalConfigureInfoForUpdate getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfoForUpdate PoliticalConfigure)
PoliticalConfigure
- Control parameter for politically sensitive information.public ProhibitedConfigureInfoForUpdate getProhibitedConfigure()
public void setProhibitedConfigure(ProhibitedConfigureInfoForUpdate ProhibitedConfigure)
ProhibitedConfigure
- Control parameter of prohibited information detection. Prohibited information includes:
public UserDefineConfigureInfoForUpdate getUserDefineConfigure()
public void setUserDefineConfigure(UserDefineConfigureInfoForUpdate UserDefineConfigure)
UserDefineConfigure
- Control parameter for custom intelligent content recognition tasks.public Float getScreenshotInterval()
public void setScreenshotInterval(Float ScreenshotInterval)
ScreenshotInterval
- Frame capturing interval in seconds. Minimum value: 0.5 seconds.public String getReviewWallSwitch()
public void setReviewWallSwitch(String ReviewWallSwitch)
ReviewWallSwitch
- Whether to allow the recognition result to enter the intelligent recognition platform (for human recognition).
Copyright © 2023. All rights reserved.