View source: R/rekognition_operations.R
rekognition_delete_faces | R Documentation |
Deletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection.
See https://www.paws-r-sdk.com/docs/rekognition_delete_faces/ for full documentation.
rekognition_delete_faces(CollectionId, FaceIds)
CollectionId |
[required] Collection from which to remove the specific faces. |
FaceIds |
[required] An array of face IDs to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.