TRekognitionListUsersRequest
Class in AWS.Rekognition
ListUsers request class.
Ancestors
Properties
CollectionId
property CollectionId: string
MaxResults
property MaxResults: TOptional<Integer>
NextToken
property NextToken: string
Constructors
Create
constructor Create(const ACollectionId: string); overload;
Constructor for TRekognitionListUsersRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of the collection to return faces from. |
constructor Create(const ACollectionId: string; const AMaxResults: TOptional<Integer>; const ANextToken: string = ''); overload;
Constructor for TRekognitionListUsersRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of the collection to return UserIDs from. |
AMaxResults | Specify the maximum number of results to return. Valid range: 1 - 500. |
ANextToken | Specify the NextToken from a previous response to fetch the next page of results. |