View source: R/rekognition_operations.R
rekognition_list_collections | R Documentation |
Returns list of collection IDs in your account. If the result is truncated, the response also provides a NextToken
that you can use in the subsequent request to fetch the next set of collection IDs.
See https://www.paws-r-sdk.com/docs/rekognition_list_collections/ for full documentation.
rekognition_list_collections(NextToken = NULL, MaxResults = NULL)
NextToken |
Pagination token from the previous response. |
MaxResults |
Maximum number of collection IDs to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.