Celebrity

class Celebrity

Provides information about a celebrity recognized by the RecognizeCelebrities operation.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String?

A unique identifier for the celebrity.

Link copied to clipboard

The known gender identity for the celebrity that matches the provided ID. The known gender identity can be Male, Female, Nonbinary, or Unlisted.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the celebrity.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Celebrity.Builder.() -> Unit = {}): Celebrity
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