You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::PersonDetection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#personTypes::PersonDetail

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

Returns:

#timestampInteger

The time, in milliseconds from the start of the video, that the person\'s path was tracked.

Returns:

  • (Integer)

    The time, in milliseconds from the start of the video, that the person\'s path was tracked.