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

Class: Aws::Rekognition::Types::FaceMatch

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

Overview

Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::Face

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

Returns:

  • (Types::Face)

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

#similarityFloat

Confidence in the match of this face with the input face.

Returns:

  • (Float)

    Confidence in the match of this face with the input face.