Uses of Class
com.tencentcloudapi.ivld.v20210903.models.AddCustomPersonImageResponse
-
Packages that use AddCustomPersonImageResponse Package Description com.tencentcloudapi.ivld.v20210903 com.tencentcloudapi.ivld.v20210903.models -
-
Uses of AddCustomPersonImageResponse in com.tencentcloudapi.ivld.v20210903
Methods in com.tencentcloudapi.ivld.v20210903 that return AddCustomPersonImageResponse Modifier and Type Method Description AddCustomPersonImageResponseIvldClient. AddCustomPersonImage(AddCustomPersonImageRequest req)增加自定义人脸图片,每个自定义人物最多可包含10张人脸图片 请注意,与创建自定义人物一样,图片数据优先级优于图片URL优先级 -
Uses of AddCustomPersonImageResponse in com.tencentcloudapi.ivld.v20210903.models
Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type AddCustomPersonImageResponse Constructor Description AddCustomPersonImageResponse(AddCustomPersonImageResponse 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.
-