Uses of Class
com.tencentcloudapi.iai.v20180301.models.CreateFaceResponse
-
Packages that use CreateFaceResponse Package Description com.tencentcloudapi.iai.v20180301 com.tencentcloudapi.iai.v20180301.models -
-
Uses of CreateFaceResponse in com.tencentcloudapi.iai.v20180301
Methods in com.tencentcloudapi.iai.v20180301 that return CreateFaceResponse Modifier and Type Method Description CreateFaceResponseIaiClient. CreateFace(CreateFaceRequest req)将一组人脸图片添加到一个人员中。一个人员最多允许包含 5 张图片。若该人员存在多个人员库中,所有人员库中该人员图片均会增加。 > - 公共参数中的签名方式请使用V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。 -
Uses of CreateFaceResponse in com.tencentcloudapi.iai.v20180301.models
Constructors in com.tencentcloudapi.iai.v20180301.models with parameters of type CreateFaceResponse Constructor Description CreateFaceResponse(CreateFaceResponse 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.
-