AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.CompareFacesMatch

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class CompareFacesMatch

The CompareFacesMatch type exposes the following members

Constructors

NameDescription
Public Method CompareFacesMatch()

Properties

NameTypeDescription
Public Property Face Amazon.Rekognition.Model.ComparedFace

Gets and sets the property Face.

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

Public Property Similarity System.Single

Gets and sets the property Similarity.

Level of confidence that the faces match.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5