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
- Struct
- Aws::Rekognition::Types::PersonMatch
- 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
-
#face_matches ⇒ Array<Types::FaceMatch>
Information about the faces in the input collection that match the face of a person in the video.
-
#person ⇒ Types::PersonDetail
Information about the matched person.
-
#timestamp ⇒ Integer
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
Instance Attribute Details
#face_matches ⇒ Array<Types::FaceMatch>
Information about the faces in the input collection that match the face of a person in the video.
#person ⇒ Types::PersonDetail
Information about the matched person.
#timestamp ⇒ Integer
The time, in milliseconds from the beginning of the video, that the person was matched in the video.