Uses of Class
com.tencentcloudapi.iai.v20200303.models.DeleteGroupResponse
-
Packages that use DeleteGroupResponse Package Description com.tencentcloudapi.iai.v20200303 com.tencentcloudapi.iai.v20200303.models -
-
Uses of DeleteGroupResponse in com.tencentcloudapi.iai.v20200303
Methods in com.tencentcloudapi.iai.v20200303 that return DeleteGroupResponse Modifier and Type Method Description DeleteGroupResponseIaiClient. DeleteGroup(DeleteGroupRequest req)删除该人员库及包含的所有的人员。同时,人员对应的所有人脸信息将被删除。若某人员同时存在多个人员库中,该人员不会被删除,但属于该人员库中的自定义描述字段信息会被删除,属于其他人员库的自定义描述字段信息不受影响。 -
Uses of DeleteGroupResponse in com.tencentcloudapi.iai.v20200303.models
Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type DeleteGroupResponse Constructor Description DeleteGroupResponse(DeleteGroupResponse 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.
-