class Aws::Rekognition::Types::PersonMatch
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.
@!attribute [rw] timestamp
The time, in milliseconds from the beginning of the video, that the person was matched in the video. @return [Integer]
@!attribute [rw] person
Information about the matched person. @return [Types::PersonDetail]
@!attribute [rw] face_matches
Information about the faces in the input collection that match the face of a person in the video. @return [Array<Types::FaceMatch>]
Constants
- SENSITIVE