IRekognitionListFacesRequest
Interface in AWS.Rekognition
Interface for ListFaces requests.
Ancestors
Properties
CollectionId
property CollectionId: string
Specify the ID of the collection to return faces from.
FaceIds
property FaceIds: TList<string>
Specify a list of face IDs to filter results.
MaxResults
property MaxResults: TOptional<Integer>
Specify the maximum number of results to return.
Valid range: 0 - 4096.
NextToken
property NextToken: string
Specify the NextToken from a previous response to fetch the next page of results.
UserId
property UserId: string
Specify a user ID to filter results.
Methods
AddFaceId
function AddFaceId(const AFaceId: string): NativeInt;
Add a face ID to FaceIds.
Parameters
| Name | Description |
|---|---|
AFaceId | Specify a face ID to add ot FaceIds. |
Returns
The index of the face ID added to FaceIds.