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

Class: Aws::Rekognition::Types::CompareFacesMatch

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

Overview

Provides information about a face in a target image that matches the source image face analyzed by CompareFaces. The Face property contains the bounding box of the face in the target image. The Similarity property is the confidence that the source image face matches the face in the bounding box.

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::ComparedFace

Provides face metadata (bounding box and confidence that the bounding box actually contains a face).

Returns:

  • (Types::ComparedFace)

    Provides face metadata (bounding box and confidence that the bounding box actually contains a face).

#similarityFloat

Level of confidence that the faces match.

Returns:

  • (Float)

    Level of confidence that the faces match.