You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::Face

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Bounding box of the face.

Returns:

#confidenceFloat

Confidence level that the bounding box contains a face (and not a different object such as a tree).

Returns:

  • (Float)

    Confidence level that the bounding box contains a face (and not a different object such as a tree).

#external_image_idString

Identifier that you assign to all the faces in the input image.

Returns:

  • (String)

    Identifier that you assign to all the faces in the input image.

#face_idString

Unique identifier that Amazon Rekognition assigns to the face.

Returns:

  • (String)

    Unique identifier that Amazon Rekognition assigns to the face.

#image_idString

Unique identifier that Amazon Rekognition assigns to the input image.

Returns:

  • (String)

    Unique identifier that Amazon Rekognition assigns to the input image.