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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Information about the matched person.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: PersonMatch.Builder.() -> Unit = {}): PersonMatch
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String