public class ModifyAIAnalysisTemplateRequest extends AbstractModel
Constructor and Description |
---|
ModifyAIAnalysisTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
ClassificationConfigureInfoForUpdate |
getClassificationConfigure()
Get Control parameter of intelligent categorization task.
|
String |
getComment()
Get Video content analysis template description.
|
CoverConfigureInfoForUpdate |
getCoverConfigure()
Get Control parameter of intelligent cover generating task.
|
Long |
getDefinition()
Get Unique ID of video content analysis template.
|
FrameTagConfigureInfoForUpdate |
getFrameTagConfigure()
Get Control parameter of intelligent frame-specific tagging task.
|
HighlightsConfigureInfoForUpdate |
getHighlightConfigure()
Get Control parameter of an intelligent highlight generating task.
|
String |
getName()
Get Video content analysis template name.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
TagConfigureInfoForUpdate |
getTagConfigure()
Get Control parameter of intelligent tagging task.
|
void |
setClassificationConfigure(ClassificationConfigureInfoForUpdate ClassificationConfigure)
Set Control parameter of intelligent categorization task.
|
void |
setComment(String Comment)
Set Video content analysis template description.
|
void |
setCoverConfigure(CoverConfigureInfoForUpdate CoverConfigure)
Set Control parameter of intelligent cover generating task.
|
void |
setDefinition(Long Definition)
Set Unique ID of video content analysis template.
|
void |
setFrameTagConfigure(FrameTagConfigureInfoForUpdate FrameTagConfigure)
Set Control parameter of intelligent frame-specific tagging task.
|
void |
setHighlightConfigure(HighlightsConfigureInfoForUpdate HighlightConfigure)
Set Control parameter of an intelligent highlight generating task.
|
void |
setName(String Name)
Set Video content analysis template name.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setTagConfigure(TagConfigureInfoForUpdate TagConfigure)
Set Control parameter of intelligent tagging task.
|
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 Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of video content analysis template.public String getName()
public void setName(String Name)
Name
- Video content analysis template name. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- Video content analysis template description. Length limit: 256 characters.public ClassificationConfigureInfoForUpdate getClassificationConfigure()
public void setClassificationConfigure(ClassificationConfigureInfoForUpdate ClassificationConfigure)
ClassificationConfigure
- Control parameter of intelligent categorization task.public TagConfigureInfoForUpdate getTagConfigure()
public void setTagConfigure(TagConfigureInfoForUpdate TagConfigure)
TagConfigure
- Control parameter of intelligent tagging task.public CoverConfigureInfoForUpdate getCoverConfigure()
public void setCoverConfigure(CoverConfigureInfoForUpdate CoverConfigure)
CoverConfigure
- Control parameter of intelligent cover generating task.public FrameTagConfigureInfoForUpdate getFrameTagConfigure()
public void setFrameTagConfigure(FrameTagConfigureInfoForUpdate FrameTagConfigure)
FrameTagConfigure
- Control parameter of intelligent frame-specific tagging task.public HighlightsConfigureInfoForUpdate getHighlightConfigure()
public void setHighlightConfigure(HighlightsConfigureInfoForUpdate HighlightConfigure)
HighlightConfigure
- Control parameter of an intelligent highlight generating task.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.