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 about a person detected in a video analysis request.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.PersonDetail

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

Syntax

C#
public class PersonDetail

The PersonDetail type exposes the following members

Constructors

NameDescription
Public Method PersonDetail()

Properties

NameTypeDescription
Public Property BoundingBox Amazon.Rekognition.Model.BoundingBox

Gets and sets the property BoundingBox.

Bounding box around the detected person.

Public Property Face Amazon.Rekognition.Model.FaceDetail

Gets and sets the property Face.

Face details for the detected person.

Public Property Index System.Int64

Gets and sets the property Index.

Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.

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