public class AIAnalysisTemplateItem extends AbstractModel
Constructor and Description |
---|
AIAnalysisTemplateItem() |
AIAnalysisTemplateItem(AIAnalysisTemplateItem 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 Intelligent analysis template description.
|
CoverConfigureInfo |
getCoverConfigure()
Get Control parameter of intelligent cover generating task.
|
String |
getCreateTime()
Get Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
Long |
getDefinition()
Get Unique ID of intelligent analysis template.
|
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 Intelligent analysis template name.
|
TagConfigureInfo |
getTagConfigure()
Get Control parameter of intelligent tagging task.
|
String |
getUpdateTime()
Get Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setClassificationConfigure(ClassificationConfigureInfo ClassificationConfigure)
Set Control parameter of intelligent categorization task.
|
void |
setComment(String Comment)
Set Intelligent analysis template description.
|
void |
setCoverConfigure(CoverConfigureInfo CoverConfigure)
Set Control parameter of intelligent cover generating task.
|
void |
setCreateTime(String CreateTime)
Set Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setDefinition(Long Definition)
Set Unique ID of intelligent analysis template.
|
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 Intelligent analysis template name.
|
void |
setTagConfigure(TagConfigureInfo TagConfigure)
Set Control parameter of intelligent tagging task.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
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 AIAnalysisTemplateItem()
public AIAnalysisTemplateItem(AIAnalysisTemplateItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of intelligent analysis template.public String getName()
public void setName(String Name)
Name
- Intelligent analysis template name.public String getComment()
public void setComment(String Comment)
Comment
- Intelligent analysis template description.public ClassificationConfigureInfo getClassificationConfigure()
public void setClassificationConfigure(ClassificationConfigureInfo ClassificationConfigure)
ClassificationConfigure
- Control parameter of intelligent categorization task.
Note: this field may return null, indicating that no valid values can be obtained.public TagConfigureInfo getTagConfigure()
public void setTagConfigure(TagConfigureInfo TagConfigure)
TagConfigure
- Control parameter of intelligent tagging task.
Note: this field may return null, indicating that no valid values can be obtained.public CoverConfigureInfo getCoverConfigure()
public void setCoverConfigure(CoverConfigureInfo CoverConfigure)
CoverConfigure
- Control parameter of intelligent cover generating task.
Note: this field may return null, indicating that no valid values can be obtained.public FrameTagConfigureInfo getFrameTagConfigure()
public void setFrameTagConfigure(FrameTagConfigureInfo FrameTagConfigure)
FrameTagConfigure
- Control parameter of intelligent frame-specific tagging task.
Note: this field may return null, indicating that no valid values can be obtained.public HighlightsConfigureInfo getHighlightConfigure()
public void setHighlightConfigure(HighlightsConfigureInfo HighlightConfigure)
HighlightConfigure
- Control parameter of an intelligent highlight generating task.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2022. All rights reserved.