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 face metadata for target image faces that are analyzed by CompareFaces and RecognizeCelebrities.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.ComparedFace

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

Syntax

C#
public class ComparedFace

The ComparedFace type exposes the following members

Constructors

NameDescription
Public Method ComparedFace()

Properties

NameTypeDescription
Public Property BoundingBox Amazon.Rekognition.Model.BoundingBox

Gets and sets the property BoundingBox.

Bounding box of the face.

Public Property Confidence System.Single

Gets and sets the property Confidence.

Level of confidence that what the bounding box contains is a face.

Public Property Emotions System.Collections.Generic.List<Amazon.Rekognition.Model.Emotion>

Gets and sets the property Emotions.

The emotions that appear to be expressed on the face, and the confidence level in the determination. Valid values include "Happy", "Sad", "Angry", "Confused", "Disgusted", "Surprised", "Calm", "Unknown", and "Fear".

Public Property Landmarks System.Collections.Generic.List<Amazon.Rekognition.Model.Landmark>

Gets and sets the property Landmarks.

An array of facial landmarks.

Public Property Pose Amazon.Rekognition.Model.Pose

Gets and sets the property Pose.

Indicates the pose of the face as determined by its pitch, roll, and yaw.

Public Property Quality Amazon.Rekognition.Model.ImageQuality

Gets and sets the property Quality.

Identifies face image brightness and sharpness.

Public Property Smile Amazon.Rekognition.Model.Smile

Gets and sets the property Smile.

Indicates whether or not the face is smiling, and the confidence level in the determination.

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