TRekognitionListFacesRequest
Class in AWS.Rekognition
ListFaces request class.
Ancestors
Properties
CollectionId
property CollectionId: string
FaceIds
property FaceIds: TList<string>
MaxResults
property MaxResults: TOptional<Integer>
NextToken
property NextToken: string
UserId
property UserId: string
Constructors
Create
constructor Create(const ACollectionId: string); overload;
Constructor for TRekognitionListFacesRequest.
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 TRekognitionListFacesRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of the collection to return faces from. |
AMaxResults | Specify the maximum number of results to return. Valid range: 0 - 100. |
ANextToken | Specify the NextToken from a previous response to fetch the next page of results. |