Skip to main content

TRekognitionIndexFacesRequest

Class in AWS.Rekognition

IndexFaces request class.

Ancestors

Properties

CollectionId

property CollectionId: string

DetectionAttributes

property DetectionAttributes: TList<string>

ExternalImageId

property ExternalImageId: string

Image

property Image: IRekognitionImage

Type: IRekognitionImage

MaxFaces

property MaxFaces: TOptional<Integer>

QualityFilter

property QualityFilter: string

Constructors

Create

constructor Create(const ACollectionId: string; const AImage: IRekognitionImage);

IRekognitionImage

Constructor for TRekognitionIndexFacesRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of an existing collection to add detected faces to.
AImageSpecify an input image to detect faces within.