rekognition_create_collection {paws.machine.learning} | R Documentation |
Creates a collection in an AWS Region
Description
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.
Usage
rekognition_create_collection(CollectionId, Tags = NULL)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]