rekognition_list_collections {paws.machine.learning} | R Documentation |
Returns list of collection IDs in your account
Description
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.
Usage
rekognition_list_collections(NextToken = NULL, MaxResults = NULL)
Arguments
NextToken |
Pagination token from the previous response. |
MaxResults |
Maximum number of collection IDs to return. |
[Package paws.machine.learning version 0.9.0 Index]