CelebrityDetail

Information about a recognized celebrity.

Types

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

Properties

Link copied to clipboard

Bounding box around the body of a celebrity.

Link copied to clipboard

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

Link copied to clipboard

Face details for the recognized celebrity.

Link copied to clipboard
val id: String?

The unique identifier for the celebrity.

Link copied to clipboard

Retrieves the known gender for 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 celebrity information.

Functions

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