TRekognitionSearchUsersByImageRequest
Class in AWS.Rekognition
SearchUsersByImage request class.
Ancestors
Properties
CollectionId
property CollectionId: string
Image
property Image: IRekognitionImage
Type: IRekognitionImage
MaxUsers
property MaxUsers: TOptional<Integer>
QualityFilter
property QualityFilter: string
UserMatchThreshold
property UserMatchThreshold: TOptional<Single>
Constructors
Create
constructor Create(const ACollectionId: string; const AImage: IRekognitionImage);
Constructor for TRekognitionSearchUsersByImageRequest.
Parameters
| Name | Description |
|---|---|
ACollectionId | Specify the ID of a collection to search for UserIDs in. |
AImage | Specify an image to detect the the search image from. |