Uses of Class
com.tencentcloudapi.iai.v20180301.models.CopyPersonResponse
-
Packages that use CopyPersonResponse Package Description com.tencentcloudapi.iai.v20180301 com.tencentcloudapi.iai.v20180301.models -
-
Uses of CopyPersonResponse in com.tencentcloudapi.iai.v20180301
Methods in com.tencentcloudapi.iai.v20180301 that return CopyPersonResponse Modifier and Type Method Description CopyPersonResponseIaiClient. CopyPerson(CopyPersonRequest req)将已存在于某人员库的人员复制到其他人员库,该人员的描述信息不会被复制。单个人员最多只能同时存在100个人员库中。 > - 注:若该人员创建时算法模型版本为2.0,复制到非2.0算法模型版本的Group中时,复制操作将会失败。 -
Uses of CopyPersonResponse in com.tencentcloudapi.iai.v20180301.models
Constructors in com.tencentcloudapi.iai.v20180301.models with parameters of type CopyPersonResponse Constructor Description CopyPersonResponse(CopyPersonResponse 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.
-