Uses of Class
com.tencentcloudapi.ivld.v20210903.models.DeleteCustomPersonImageRequest
-
Packages that use DeleteCustomPersonImageRequest Package Description com.tencentcloudapi.ivld.v20210903 com.tencentcloudapi.ivld.v20210903.models -
-
Uses of DeleteCustomPersonImageRequest in com.tencentcloudapi.ivld.v20210903
Methods in com.tencentcloudapi.ivld.v20210903 with parameters of type DeleteCustomPersonImageRequest Modifier and Type Method Description DeleteCustomPersonImageResponseIvldClient. DeleteCustomPersonImage(DeleteCustomPersonImageRequest req)删除自定义人脸数据 -
Uses of DeleteCustomPersonImageRequest in com.tencentcloudapi.ivld.v20210903.models
Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type DeleteCustomPersonImageRequest Constructor Description DeleteCustomPersonImageRequest(DeleteCustomPersonImageRequest 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.
-