Class AIAnalysisTemplateItem

    • Constructor Detail

      • AIAnalysisTemplateItem

        public AIAnalysisTemplateItem()
      • AIAnalysisTemplateItem

        public 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.
    • Method Detail

      • getDefinition

        public Long getDefinition()
        Get 智能分析模板唯一标识。
        Returns:
        Definition 智能分析模板唯一标识。
      • setDefinition

        public void setDefinition​(Long Definition)
        Set 智能分析模板唯一标识。
        Parameters:
        Definition - 智能分析模板唯一标识。
      • getName

        public String getName()
        Get 智能分析模板名称。
        Returns:
        Name 智能分析模板名称。
      • setName

        public void setName​(String Name)
        Set 智能分析模板名称。
        Parameters:
        Name - 智能分析模板名称。
      • getComment

        public String getComment()
        Get 智能分析模板描述信息。
        Returns:
        Comment 智能分析模板描述信息。
      • setComment

        public void setComment​(String Comment)
        Set 智能分析模板描述信息。
        Parameters:
        Comment - 智能分析模板描述信息。
      • getClassificationConfigure

        public ClassificationConfigureInfo getClassificationConfigure()
        Get 智能分类任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClassificationConfigure 智能分类任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • setClassificationConfigure

        public void setClassificationConfigure​(ClassificationConfigureInfo ClassificationConfigure)
        Set 智能分类任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClassificationConfigure - 智能分类任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • getTagConfigure

        public TagConfigureInfo getTagConfigure()
        Get 智能标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TagConfigure 智能标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • setTagConfigure

        public void setTagConfigure​(TagConfigureInfo TagConfigure)
        Set 智能标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TagConfigure - 智能标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • getCoverConfigure

        public CoverConfigureInfo getCoverConfigure()
        Get 智能封面任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CoverConfigure 智能封面任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • setCoverConfigure

        public void setCoverConfigure​(CoverConfigureInfo CoverConfigure)
        Set 智能封面任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CoverConfigure - 智能封面任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • getFrameTagConfigure

        public FrameTagConfigureInfo getFrameTagConfigure()
        Get 智能按帧标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FrameTagConfigure 智能按帧标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • setFrameTagConfigure

        public void setFrameTagConfigure​(FrameTagConfigureInfo FrameTagConfigure)
        Set 智能按帧标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FrameTagConfigure - 智能按帧标签任务控制参数。 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Returns:
        CreateTime 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Parameters:
        CreateTime - 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • getUpdateTime

        public String getUpdateTime()
        Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Returns:
        UpdateTime 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Parameters:
        UpdateTime - 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • getType

        public String getType()
        Get 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(String Type)
        Set 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。