Uses of Class
com.tencentcloudapi.apcas.v20201127.models.LabelDetailData
-
Packages that use LabelDetailData Package Description com.tencentcloudapi.apcas.v20201127.models -
-
Uses of LabelDetailData in com.tencentcloudapi.apcas.v20201127.models
Methods in com.tencentcloudapi.apcas.v20201127.models that return LabelDetailData Modifier and Type Method Description LabelDetailData[]TaskDetailData. getLabelDetailDataList()Get 画像Label对象列表(一个TAG对于N个Label,例如“省份分布”TAG对应“广东省”、“浙江省”等多个Label)Methods in com.tencentcloudapi.apcas.v20201127.models with parameters of type LabelDetailData Modifier and Type Method Description voidTaskDetailData. setLabelDetailDataList(LabelDetailData[] LabelDetailDataList)Set 画像Label对象列表(一个TAG对于N个Label,例如“省份分布”TAG对应“广东省”、“浙江省”等多个Label)Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type LabelDetailData Constructor Description LabelDetailData(LabelDetailData 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.
-