TRekognitionSearchUsersRequest
Class in AWS.Rekognition
SearchUsers request class.
Ancestors
Properties
CollectionId
property CollectionId: string
FaceId
property FaceId: string
MaxUsers
property MaxUsers: TOptional<Integer>
UserId
property UserId: string
UserMatchThreshold
property UserMatchThreshold: TOptional<Single>
Constructors
Create
constructor Create(const ACollectionId: string);
Constructor for TRekognitionSearchUsersRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of a collection to search for UserIDs in. |