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

Class: Aws::Rekognition::Types::PersonMatch

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

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#face_matchesArray<Types::FaceMatch>

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

Returns:

  • (Array<Types::FaceMatch>)

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

#personTypes::PersonDetail

Information about the matched person.

Returns:

#timestampInteger

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

Returns:

  • (Integer)

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