Class ModifyAIAnalysisTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ModifyAIAnalysisTemplateRequest
-
public class ModifyAIAnalysisTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAIAnalysisTemplateRequest()
ModifyAIAnalysisTemplateRequest(ModifyAIAnalysisTemplateRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationConfigureInfoForUpdate
getClassificationConfigure()
Get 智能分类任务控制参数。String
getComment()
Get 视频内容分析模板描述信息,长度限制:256 个字符。CoverConfigureInfoForUpdate
getCoverConfigure()
Get 智能封面任务控制参数。Long
getDefinition()
Get 视频内容分析模板唯一标识。FrameTagConfigureInfoForUpdate
getFrameTagConfigure()
Get 智能按帧标签任务控制参数。String
getName()
Get 视频内容分析模板名称,长度限制:64 个字符。TagConfigureInfoForUpdate
getTagConfigure()
Get 智能标签任务控制参数。void
setClassificationConfigure(ClassificationConfigureInfoForUpdate ClassificationConfigure)
Set 智能分类任务控制参数。void
setComment(String Comment)
Set 视频内容分析模板描述信息,长度限制:256 个字符。void
setCoverConfigure(CoverConfigureInfoForUpdate CoverConfigure)
Set 智能封面任务控制参数。void
setDefinition(Long Definition)
Set 视频内容分析模板唯一标识。void
setFrameTagConfigure(FrameTagConfigureInfoForUpdate FrameTagConfigure)
Set 智能按帧标签任务控制参数。void
setName(String Name)
Set 视频内容分析模板名称,长度限制:64 个字符。void
setTagConfigure(TagConfigureInfoForUpdate TagConfigure)
Set 智能标签任务控制参数。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyAIAnalysisTemplateRequest
public ModifyAIAnalysisTemplateRequest()
-
ModifyAIAnalysisTemplateRequest
public ModifyAIAnalysisTemplateRequest(ModifyAIAnalysisTemplateRequest 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.
-
-
Method Detail
-
getDefinition
public Long getDefinition()
Get 视频内容分析模板唯一标识。- Returns:
- Definition 视频内容分析模板唯一标识。
-
setDefinition
public void setDefinition(Long Definition)
Set 视频内容分析模板唯一标识。- Parameters:
Definition
- 视频内容分析模板唯一标识。
-
getName
public String getName()
Get 视频内容分析模板名称,长度限制:64 个字符。- Returns:
- Name 视频内容分析模板名称,长度限制:64 个字符。
-
setName
public void setName(String Name)
Set 视频内容分析模板名称,长度限制:64 个字符。- Parameters:
Name
- 视频内容分析模板名称,长度限制:64 个字符。
-
getComment
public String getComment()
Get 视频内容分析模板描述信息,长度限制:256 个字符。- Returns:
- Comment 视频内容分析模板描述信息,长度限制:256 个字符。
-
setComment
public void setComment(String Comment)
Set 视频内容分析模板描述信息,长度限制:256 个字符。- Parameters:
Comment
- 视频内容分析模板描述信息,长度限制:256 个字符。
-
getClassificationConfigure
public ClassificationConfigureInfoForUpdate getClassificationConfigure()
Get 智能分类任务控制参数。- Returns:
- ClassificationConfigure 智能分类任务控制参数。
-
setClassificationConfigure
public void setClassificationConfigure(ClassificationConfigureInfoForUpdate ClassificationConfigure)
Set 智能分类任务控制参数。- Parameters:
ClassificationConfigure
- 智能分类任务控制参数。
-
getTagConfigure
public TagConfigureInfoForUpdate getTagConfigure()
Get 智能标签任务控制参数。- Returns:
- TagConfigure 智能标签任务控制参数。
-
setTagConfigure
public void setTagConfigure(TagConfigureInfoForUpdate TagConfigure)
Set 智能标签任务控制参数。- Parameters:
TagConfigure
- 智能标签任务控制参数。
-
getCoverConfigure
public CoverConfigureInfoForUpdate getCoverConfigure()
Get 智能封面任务控制参数。- Returns:
- CoverConfigure 智能封面任务控制参数。
-
setCoverConfigure
public void setCoverConfigure(CoverConfigureInfoForUpdate CoverConfigure)
Set 智能封面任务控制参数。- Parameters:
CoverConfigure
- 智能封面任务控制参数。
-
getFrameTagConfigure
public FrameTagConfigureInfoForUpdate getFrameTagConfigure()
Get 智能按帧标签任务控制参数。- Returns:
- FrameTagConfigure 智能按帧标签任务控制参数。
-
setFrameTagConfigure
public void setFrameTagConfigure(FrameTagConfigureInfoForUpdate FrameTagConfigure)
Set 智能按帧标签任务控制参数。- Parameters:
FrameTagConfigure
- 智能按帧标签任务控制参数。
-
-