Skip to main content

IRekognitionFace

Interface in AWS.Rekognition

Interface for Face.

Properties

BoundingBox

property BoundingBox: IRekognitionBoundingBox

Type: IRekognitionBoundingBox

The bounding box around the face.

Confidence

property Confidence: TOptional<Single>

The confidence that Amazon Rekognition has that the BoundingBox contains a face.

ExternalImageId

property ExternalImageId: string

An identifier that was assigned to all the faces in the input image.

FaceId

property FaceId: string

A unique identifier that Amazon Rekognition assigns to the face.

ImageId

property ImageId: string

A unique identifier that Amazon Rekognition assigns to the input image.

IndexFacesModelVersion

property IndexFacesModelVersion: string

The version of the face detection and storage model that was used when indexing the face vector.

UserId

property UserId: string

A unique identifier assigned to the user.