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