Class CreateAIAnalysisTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateAIAnalysisTemplateRequest
-
public class CreateAIAnalysisTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationConfigureInfo
getClassificationConfigure()
Get 智能分类任务控制参数。String
getComment()
Get 视频内容分析模板描述信息,长度限制:256 个字符。CoverConfigureInfo
getCoverConfigure()
Get 智能封面任务控制参数。FrameTagConfigureInfo
getFrameTagConfigure()
Get 智能按帧标签任务控制参数。String
getName()
Get 视频内容分析模板名称,长度限制:64 个字符。TagConfigureInfo
getTagConfigure()
Get 智能标签任务控制参数。void
setClassificationConfigure(ClassificationConfigureInfo ClassificationConfigure)
Set 智能分类任务控制参数。void
setComment(String Comment)
Set 视频内容分析模板描述信息,长度限制:256 个字符。void
setCoverConfigure(CoverConfigureInfo CoverConfigure)
Set 智能封面任务控制参数。void
setFrameTagConfigure(FrameTagConfigureInfo FrameTagConfigure)
Set 智能按帧标签任务控制参数。void
setName(String Name)
Set 视频内容分析模板名称,长度限制:64 个字符。void
setTagConfigure(TagConfigureInfo 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
-
CreateAIAnalysisTemplateRequest
public CreateAIAnalysisTemplateRequest()
-
CreateAIAnalysisTemplateRequest
public 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.
-
-
Method Detail
-
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 ClassificationConfigureInfo getClassificationConfigure()
Get 智能分类任务控制参数。- Returns:
- ClassificationConfigure 智能分类任务控制参数。
-
setClassificationConfigure
public void setClassificationConfigure(ClassificationConfigureInfo ClassificationConfigure)
Set 智能分类任务控制参数。- Parameters:
ClassificationConfigure
- 智能分类任务控制参数。
-
getTagConfigure
public TagConfigureInfo getTagConfigure()
Get 智能标签任务控制参数。- Returns:
- TagConfigure 智能标签任务控制参数。
-
setTagConfigure
public void setTagConfigure(TagConfigureInfo TagConfigure)
Set 智能标签任务控制参数。- Parameters:
TagConfigure
- 智能标签任务控制参数。
-
getCoverConfigure
public CoverConfigureInfo getCoverConfigure()
Get 智能封面任务控制参数。- Returns:
- CoverConfigure 智能封面任务控制参数。
-
setCoverConfigure
public void setCoverConfigure(CoverConfigureInfo CoverConfigure)
Set 智能封面任务控制参数。- Parameters:
CoverConfigure
- 智能封面任务控制参数。
-
getFrameTagConfigure
public FrameTagConfigureInfo getFrameTagConfigure()
Get 智能按帧标签任务控制参数。- Returns:
- FrameTagConfigure 智能按帧标签任务控制参数。
-
setFrameTagConfigure
public void setFrameTagConfigure(FrameTagConfigureInfo FrameTagConfigure)
Set 智能按帧标签任务控制参数。- Parameters:
FrameTagConfigure
- 智能按帧标签任务控制参数。
-
-