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

Class: Aws::Rekognition::Types::ComparedSourceImageFace

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

Overview

Type that describes the face Amazon Rekognition chose to compare with the faces in the target. This contains a bounding box for the selected face and confidence level that the bounding box contains a face. Note that Amazon Rekognition selects the largest face in the source image for this comparison.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Bounding box of the face.

Returns:

#confidenceFloat

Confidence level that the selected bounding box contains a face.

Returns:

  • (Float)

    Confidence level that the selected bounding box contains a face.