rekognition_list_users: Returns metadata of the User such as UserID in the specified...

View source: R/rekognition_operations.R

rekognition_list_usersR Documentation

Returns metadata of the User such as UserID in the specified collection

Description

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.

Usage

rekognition_list_users(CollectionId, MaxResults = NULL, NextToken = NULL)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.