Class CreateAIAnalysisTemplateRequest


  • public class CreateAIAnalysisTemplateRequest
    extends AbstractModel
    • 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 - 智能按帧标签任务控制参数。