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.

Details and path tracking information for a single time a person's path is tracked in a video. Amazon Rekognition operations that track people's paths return an array of PersonDetection objects with elements for each time a person's path is tracked in a video.

For more information, see GetPersonTracking in the Amazon Rekognition Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.PersonDetection

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

Syntax

C#
public class PersonDetection

The PersonDetection type exposes the following members

Constructors

NameDescription
Public Method PersonDetection()

Properties

NameTypeDescription
Public Property Person Amazon.Rekognition.Model.PersonDetail

Gets and sets the property Person.

Details about a person whose path was tracked in a video.

Public Property Timestamp System.Int64

Gets and sets the property Timestamp.

The time, in milliseconds from the start of the video, that the person's path was tracked. Note that Timestamp is not guaranteed to be accurate to the individual frame where the person's path first appears.

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