View source: R/rekognition_operations.R
rekognition_list_users | R Documentation |
Returns metadata of the User such as UserID
in the specified collection. Anonymous User (to reserve faces without any identity) is not returned as part of this request. The results are sorted by system generated primary key ID. If the response is truncated, NextToken
is returned in the response that can be used in the subsequent request to retrieve the next set of identities.
See https://www.paws-r-sdk.com/docs/rekognition_list_users/ for full documentation.
rekognition_list_users(CollectionId, MaxResults = NULL, NextToken = NULL)
CollectionId |
[required] The ID of an existing collection. |
MaxResults |
Maximum number of UsersID to return. |
NextToken |
Pagingation token to receive the next set of UsersID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.