libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.Celebrity

Description

 
Synopsis

Documentation

data Celebrity Source #

Provides information about a celebrity recognized by the RecognizeCelebrities operation.

See: newCelebrity smart constructor.

Constructors

Celebrity' 

Fields

Instances

Instances details
Eq Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

Read Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

Show Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

Generic Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

Associated Types

type Rep Celebrity :: Type -> Type #

NFData Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

Methods

rnf :: Celebrity -> () #

Hashable Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

FromJSON Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

type Rep Celebrity Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Celebrity

newCelebrity :: Celebrity Source #

Create a value of Celebrity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:matchConfidence:Celebrity', celebrity_matchConfidence - The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.

$sel:urls:Celebrity', celebrity_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.

$sel:knownGender:Celebrity', celebrity_knownGender - Undocumented member.

$sel:name:Celebrity', celebrity_name - The name of the celebrity.

$sel:id:Celebrity', celebrity_id - A unique identifier for the celebrity.

$sel:face:Celebrity', celebrity_face - Provides information about the celebrity's face, such as its location on the image.

celebrity_matchConfidence :: Lens' Celebrity (Maybe Double) Source #

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

celebrity_urls :: Lens' Celebrity (Maybe [Text]) Source #

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

celebrity_name :: Lens' Celebrity (Maybe Text) Source #

The name of the celebrity.

celebrity_id :: Lens' Celebrity (Maybe Text) Source #

A unique identifier for the celebrity.

celebrity_face :: Lens' Celebrity (Maybe ComparedFace) Source #

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