Uses of Class
com.tencentcloudapi.ivld.v20210903.models.CreateCustomCategoryResponse
-
Packages that use CreateCustomCategoryResponse Package Description com.tencentcloudapi.ivld.v20210903 com.tencentcloudapi.ivld.v20210903.models -
-
Uses of CreateCustomCategoryResponse in com.tencentcloudapi.ivld.v20210903
Methods in com.tencentcloudapi.ivld.v20210903 that return CreateCustomCategoryResponse Modifier and Type Method Description CreateCustomCategoryResponseIvldClient. CreateCustomCategory(CreateCustomCategoryRequest req)创建自定义人物分类信息 当L2Category为空时,将创建一级自定义分类。 当L1Category与L2Category均不为空时,将创建二级自定义分类。请注意,**只有当一级自定义分类存在时,才可创建二级自定义分类**。 -
Uses of CreateCustomCategoryResponse in com.tencentcloudapi.ivld.v20210903.models
Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type CreateCustomCategoryResponse Constructor Description CreateCustomCategoryResponse(CreateCustomCategoryResponse 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.
-