public class CreateAIAnalysisTemplateRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateAIAnalysisTemplateRequest() |
CreateAIAnalysisTemplateRequest(CreateAIAnalysisTemplateRequest 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 |
---|---|
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 The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
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 The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAIAnalysisTemplateRequest()
public CreateAIAnalysisTemplateRequest(CreateAIAnalysisTemplateRequest source)
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
- 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.Copyright © 2023. All rights reserved.