View source: R/rekognition_operations.R
rekognition_create_collection | R Documentation |
Creates a collection in an AWS Region. You can add faces to the collection using the index_faces
operation.
See https://www.paws-r-sdk.com/docs/rekognition_create_collection/ for full documentation.
rekognition_create_collection(CollectionId, Tags = NULL)
CollectionId |
[required] ID for the collection that you are creating. |
Tags |
A set of tags (key-value pairs) that you want to attach to the collection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.