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

Class: Aws::Rekognition::Types::PersonDetail

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

Overview

Details about a person detected in a video analysis request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Bounding box around the detected person.

Returns:

#faceTypes::FaceDetail

Face details for the detected person.

Returns:

#indexInteger

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.

Returns:

  • (Integer)

    Identifier for the person detected person within a video.