Class TextLabelDistributionInfo

    • Constructor Detail

      • TextLabelDistributionInfo

        public TextLabelDistributionInfo()
      • TextLabelDistributionInfo

        public TextLabelDistributionInfo​(TextLabelDistributionInfo 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

      • getTheme

        public String getTheme()
        Get 文本分类题目名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Theme 文本分类题目名称 注意:此字段可能返回 null,表示取不到有效值。
      • setTheme

        public void setTheme​(String Theme)
        Set 文本分类题目名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Theme - 文本分类题目名称 注意:此字段可能返回 null,表示取不到有效值。
      • getClassLabelList

        public TextLabelDistributionDetailInfoFirstClass[] getClassLabelList()
        Get 一级标签分布 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClassLabelList 一级标签分布 注意:此字段可能返回 null,表示取不到有效值。
      • setClassLabelList

        public void setClassLabelList​(TextLabelDistributionDetailInfoFirstClass[] ClassLabelList)
        Set 一级标签分布 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClassLabelList - 一级标签分布 注意:此字段可能返回 null,表示取不到有效值。