public class AIAnalysisTemplateItem extends AbstractModel
header, skipSign| 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/862/37710?from_cn_redirect=1#52). 
 | 
Long | 
getDefinition()
Get Unique ID of intelligent analysis template. 
 | 
FrameTagConfigureInfo | 
getFrameTagConfigure()
Get Control parameter of intelligent frame-specific tagging task. 
 | 
String | 
getName()
Get Intelligent analysis template name. 
 | 
TagConfigureInfo | 
getTagConfigure()
Get Control parameter of intelligent tagging task. 
 | 
String | 
getType()
Get The template type. 
 | 
String | 
getUpdateTime()
Get Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52). 
 | 
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/862/37710?from_cn_redirect=1#52). 
 | 
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 | 
setName(String Name)
Set Intelligent analysis template name. 
 | 
void | 
setTagConfigure(TagConfigureInfo TagConfigure)
Set Control parameter of intelligent tagging task. 
 | 
void | 
setType(String Type)
Set The template type. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52). 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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.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 String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).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/862/37710?from_cn_redirect=1#52).public String getType()
public void setType(String Type)
Type - The template type. Valid values:
 Preset
 Custom
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.