Uses of Class
com.tencentcloudapi.ivld.v20210903.models.CustomCategory
-
Packages that use CustomCategory Package Description com.tencentcloudapi.ivld.v20210903.models -
-
Uses of CustomCategory in com.tencentcloudapi.ivld.v20210903.models
Methods in com.tencentcloudapi.ivld.v20210903.models that return CustomCategory Modifier and Type Method Description CustomCategory[]DescribeCustomCategoriesResponse. getCategorySet()Get 自定义人物类型数组Methods in com.tencentcloudapi.ivld.v20210903.models with parameters of type CustomCategory Modifier and Type Method Description voidDescribeCustomCategoriesResponse. setCategorySet(CustomCategory[] CategorySet)Set 自定义人物类型数组Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type CustomCategory Constructor Description CustomCategory(CustomCategory 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.
-