Class TextLabelDistributionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.TextLabelDistributionInfo
-
public class TextLabelDistributionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TextLabelDistributionInfo()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextLabelDistributionDetailInfoFirstClass[]getClassLabelList()Get 一级标签分布 注意:此字段可能返回 null,表示取不到有效值。StringgetTheme()Get 文本分类题目名称 注意:此字段可能返回 null,表示取不到有效值。voidsetClassLabelList(TextLabelDistributionDetailInfoFirstClass[] ClassLabelList)Set 一级标签分布 注意:此字段可能返回 null,表示取不到有效值。voidsetTheme(String Theme)Set 文本分类题目名称 注意:此字段可能返回 null,表示取不到有效值。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
-
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,表示取不到有效值。
-
-