Uses of Class
com.tencentcloudapi.ims.v20201229.models.LabelDetailItem
-
Packages that use LabelDetailItem Package Description com.tencentcloudapi.ims.v20201229.models -
-
Uses of LabelDetailItem in com.tencentcloudapi.ims.v20201229.models
Methods in com.tencentcloudapi.ims.v20201229.models that return LabelDetailItem Modifier and Type Method Description LabelDetailItem[]LabelResult. getDetails()Get 该字段用于返回分类模型命中子标签的详细信息,如:序号、命中标签名称、分数等信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ims.v20201229.models with parameters of type LabelDetailItem Modifier and Type Method Description voidLabelResult. setDetails(LabelDetailItem[] Details)Set 该字段用于返回分类模型命中子标签的详细信息,如:序号、命中标签名称、分数等信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ims.v20201229.models with parameters of type LabelDetailItem Constructor Description LabelDetailItem(LabelDetailItem 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.
-