Uses of Class
com.tencentcloudapi.ims.v20201229.models.LabelResult
-
Packages that use LabelResult Package Description com.tencentcloudapi.ims.v20201229.models -
-
Uses of LabelResult in com.tencentcloudapi.ims.v20201229.models
Methods in com.tencentcloudapi.ims.v20201229.models that return LabelResult Modifier and Type Method Description LabelResult[]ImageModerationResponse. getLabelResults()Get 该字段用于返回分类模型命中的恶意标签的详细识别结果,包括涉黄、广告等令人反感、不安全或不适宜的内容类型识别结果。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ims.v20201229.models with parameters of type LabelResult Modifier and Type Method Description voidImageModerationResponse. setLabelResults(LabelResult[] LabelResults)Set 该字段用于返回分类模型命中的恶意标签的详细识别结果,包括涉黄、广告等令人反感、不安全或不适宜的内容类型识别结果。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ims.v20201229.models with parameters of type LabelResult Constructor Description LabelResult(LabelResult 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.
-