class Aws::Rekognition::Types::Celebrity

Provides information about a celebrity recognized by the RecognizeCelebrities operation.

@!attribute [rw] urls

An array of URLs pointing to additional information about the
celebrity. If there is no additional information about the
celebrity, this list is empty.
@return [Array<String>]

@!attribute [rw] name

The name of the celebrity.
@return [String]

@!attribute [rw] id

A unique identifier for the celebrity.
@return [String]

@!attribute [rw] face

Provides information about the celebrity's face, such as its
location on the image.
@return [Types::ComparedFace]

@!attribute [rw] match_confidence

The confidence, in percentage, that Amazon Rekognition has that the
recognized face is the celebrity.
@return [Float]

@!attribute [rw] known_gender

The known gender identity for the celebrity that matches the
provided ID.
@return [Types::KnownGender]

Constants

SENSITIVE