View source: R/rekognition_operations.R
rekognition_list_faces | R Documentation |
Returns metadata for faces in the specified collection. This metadata includes information such as the bounding box coordinates, the confidence (that the bounding box contains a face), and face ID. For an example, see Listing Faces in a Collection in the Amazon Rekognition Developer Guide.
See https://www.paws-r-sdk.com/docs/rekognition_list_faces/ for full documentation.
rekognition_list_faces(
CollectionId,
NextToken = NULL,
MaxResults = NULL,
UserId = NULL,
FaceIds = NULL
)
CollectionId |
[required] ID of the collection from which to list the faces. |
NextToken |
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces. |
MaxResults |
Maximum number of faces to return. |
UserId |
An array of user IDs to filter results with when listing faces in a collection. |
FaceIds |
An array of face IDs to filter results with when listing faces in a collection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.