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

Class: Aws::Rekognition::Types::Celebrity

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

Overview

Provides information about a celebrity recognized by the RecognizeCelebrities operation.

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::ComparedFace

Provides information about the celebrity\'s face, such as its location on the image.

Returns:

  • (Types::ComparedFace)

    Provides information about the celebrity\'s face, such as its location on the image.

#idString

A unique identifier for the celebrity.

Returns:

  • (String)

    A unique identifier for the celebrity.

#match_confidenceFloat

The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.

Returns:

  • (Float)

    The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.

#nameString

The name of the celebrity.

Returns:

  • (String)

    The name of the celebrity.

#urlsArray<String>

An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.

Returns:

  • (Array<String>)

    An array of URLs pointing to additional information about the celebrity.