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
.
Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z
public class ComparedFace
The ComparedFace type exposes the following members
Name | Description | |
---|---|---|
![]() |
ComparedFace() |
Name | Type | Description | |
---|---|---|---|
![]() |
BoundingBox | Amazon.Rekognition.Model.BoundingBox |
Gets and sets the property BoundingBox. Bounding box of the face. |
![]() |
Confidence | System.Single |
Gets and sets the property Confidence. Level of confidence that what the bounding box contains is a face. |
![]() |
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". |
![]() |
Landmarks | System.Collections.Generic.List<Amazon.Rekognition.Model.Landmark> |
Gets and sets the property Landmarks. An array of facial landmarks. |
![]() |
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. |
![]() |
Quality | Amazon.Rekognition.Model.ImageQuality |
Gets and sets the property Quality. Identifies face image brightness and sharpness. |
![]() |
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. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5