public class CreateAIAnalysisTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateAIAnalysisTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
ClassificationConfigureInfo |
getClassificationConfigure()
Get Control parameter of intelligent categorization task.
|
String |
getComment()
Get Video content analysis template description.
|
CoverConfigureInfo |
getCoverConfigure()
Get Control parameter of intelligent cover generating task.
|
FrameTagConfigureInfo |
getFrameTagConfigure()
Get Control parameter of intelligent frame-specific tagging task.
|
HighlightsConfigureInfo |
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.
|
TagConfigureInfo |
getTagConfigure()
Get Control parameter of intelligent tagging task.
|
void |
setClassificationConfigure(ClassificationConfigureInfo ClassificationConfigure)
Set Control parameter of intelligent categorization task.
|
void |
setComment(String Comment)
Set Video content analysis template description.
|
void |
setCoverConfigure(CoverConfigureInfo CoverConfigure)
Set Control parameter of intelligent cover generating task.
|
void |
setFrameTagConfigure(FrameTagConfigureInfo FrameTagConfigure)
Set Control parameter of intelligent frame-specific tagging task.
|
void |
setHighlightConfigure(HighlightsConfigureInfo 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(TagConfigureInfo 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 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 ClassificationConfigureInfo getClassificationConfigure()
public void setClassificationConfigure(ClassificationConfigureInfo ClassificationConfigure)
ClassificationConfigure
- Control parameter of intelligent categorization task.public TagConfigureInfo getTagConfigure()
public void setTagConfigure(TagConfigureInfo TagConfigure)
TagConfigure
- Control parameter of intelligent tagging task.public CoverConfigureInfo getCoverConfigure()
public void setCoverConfigure(CoverConfigureInfo CoverConfigure)
CoverConfigure
- Control parameter of intelligent cover generating task.public FrameTagConfigureInfo getFrameTagConfigure()
public void setFrameTagConfigure(FrameTagConfigureInfo FrameTagConfigure)
FrameTagConfigure
- Control parameter of intelligent frame-specific tagging task.public HighlightsConfigureInfo getHighlightConfigure()
public void setHighlightConfigure(HighlightsConfigureInfo 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.