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

Class: Aws::Rekognition::Types::CelebrityDetail

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

Overview

Information about a recognized celebrity.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Bounding box around the body of a celebrity.

Returns:

#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.

#faceTypes::FaceDetail

Face details for the recognized celebrity.

Returns:

#idString

The unique identifier for the celebrity.

Returns:

  • (String)

    The unique identifier for the celebrity.

#nameString

The name of the celebrity.

Returns:

  • (String)

    The name of the celebrity.

#urlsArray<String>

An array of URLs pointing to additional celebrity information.

Returns:

  • (Array<String>)

    An array of URLs pointing to additional celebrity information.