Values.DeleteFacesRequestSourceDeletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection. This operation requires permissions to perform the rekognition:DeleteFaces action.
type nonrec t = {collectionId : CollectionId.t;Collection from which to remove the specific faces.
*)faceIds : FaceIdList.t;An array of face IDs to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FaceId.t ] list
| `String of CollectionId.t ])
list ]