rekognition_delete_faces: Deletes faces from a collection

View source: R/rekognition_operations.R

rekognition_delete_facesR Documentation

Deletes faces from a collection

Description

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.

Usage

rekognition_delete_faces(CollectionId, FaceIds)

Arguments

CollectionId

[required] Collection from which to remove the specific faces.

FaceIds

[required] An array of face IDs to delete.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.