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.

Information about a person whose face matches a face(s) in an Amazon Rekognition collection. Includes information about the faces in the Amazon Rekognition collection (FaceMatch), information about the person (PersonDetail), and the time stamp for when the person was detected in a video. An array of PersonMatch objects is returned by GetFaceSearch.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.PersonMatch

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

Syntax

C#
public class PersonMatch

The PersonMatch type exposes the following members

Constructors

NameDescription
Public Method PersonMatch()

Properties

NameTypeDescription
Public Property FaceMatches System.Collections.Generic.List<Amazon.Rekognition.Model.FaceMatch>

Gets and sets the property FaceMatches.

Information about the faces in the input collection that match the face of a person in the video.

Public Property Person Amazon.Rekognition.Model.PersonDetail

Gets and sets the property Person.

Information about the matched person.

Public Property Timestamp System.Int64

Gets and sets the property Timestamp.

The time, in milliseconds from the beginning of the video, that the person was matched in the video.

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