Uses of Class
com.tencentcloudapi.ivld.v20210903.models.CreateCustomPersonResponse
-
Packages that use CreateCustomPersonResponse Package Description com.tencentcloudapi.ivld.v20210903 com.tencentcloudapi.ivld.v20210903.models -
-
Uses of CreateCustomPersonResponse in com.tencentcloudapi.ivld.v20210903
Methods in com.tencentcloudapi.ivld.v20210903 that return CreateCustomPersonResponse Modifier and Type Method Description CreateCustomPersonResponseIvldClient. CreateCustomPerson(CreateCustomPersonRequest req)创建自定义人物。 输入人物名称,基本信息,分类信息与人脸图片,创建自定义人物 人脸图片可使用图片数据(base64编码的图片数据)或者图片URL(推荐使用COS以减少下载时间,其他地址也支持),原始图片优先,也即如果同时指定了图片数据和图片URL,接口将仅使用图片数据 -
Uses of CreateCustomPersonResponse in com.tencentcloudapi.ivld.v20210903.models
Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type CreateCustomPersonResponse Constructor Description CreateCustomPersonResponse(CreateCustomPersonResponse 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.
-