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.

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

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.Face

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

Syntax

C#
public class Face

The Face type exposes the following members

Constructors

NameDescription
Public Method Face()

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.

Confidence level that the bounding box contains a face (and not a different object such as a tree).

Public Property ExternalImageId System.String

Gets and sets the property ExternalImageId.

Identifier that you assign to all the faces in the input image.

Public Property FaceId System.String

Gets and sets the property FaceId.

Unique identifier that Amazon Rekognition assigns to the face.

Public Property ImageId System.String

Gets and sets the property ImageId.

Unique identifier that Amazon Rekognition assigns to the input image.

Public Property IndexFacesModelVersion System.String

Gets and sets the property IndexFacesModelVersion.

The version of the face detect and storage model that was used when indexing the face vector.

Public Property UserId System.String

Gets and sets the property UserId.

Unique identifier assigned to the user.

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