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 ClassificationConfigureInfoForUpdategetClassificationConfigure()Get 智能分类任务控制参数。StringgetComment()Get 视频内容分析模板描述信息,长度限制:256 个字符。CoverConfigureInfoForUpdategetCoverConfigure()Get 智能封面任务控制参数。LonggetDefinition()Get 视频内容分析模板唯一标识。FrameTagConfigureInfoForUpdategetFrameTagConfigure()Get 智能按帧标签任务控制参数。StringgetName()Get 视频内容分析模板名称,长度限制:64 个字符。TagConfigureInfoForUpdategetTagConfigure()Get 智能标签任务控制参数。voidsetClassificationConfigure(ClassificationConfigureInfoForUpdate ClassificationConfigure)Set 智能分类任务控制参数。voidsetComment(String Comment)Set 视频内容分析模板描述信息,长度限制:256 个字符。voidsetCoverConfigure(CoverConfigureInfoForUpdate CoverConfigure)Set 智能封面任务控制参数。voidsetDefinition(Long Definition)Set 视频内容分析模板唯一标识。voidsetFrameTagConfigure(FrameTagConfigureInfoForUpdate FrameTagConfigure)Set 智能按帧标签任务控制参数。voidsetName(String Name)Set 视频内容分析模板名称,长度限制:64 个字符。voidsetTagConfigure(TagConfigureInfoForUpdate TagConfigure)Set 智能标签任务控制参数。voidtoMap(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- 智能按帧标签任务控制参数。
-
-