Skip to main content

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);

IRekognitionImage

Constructor for TRekognitionSearchUsersByImageRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of a collection to search for UserIDs in.
AImageSpecify an image to detect the the search image from.