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

Description

 
Synopsis

Documentation

data CelebrityDetail Source #

Information about a recognized celebrity.

See: newCelebrityDetail smart constructor.

Constructors

CelebrityDetail' 

Fields

Instances

Instances details
Eq CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

Read CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

Show CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

Generic CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

Associated Types

type Rep CelebrityDetail :: Type -> Type #

NFData CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

Methods

rnf :: CelebrityDetail -> () #

Hashable CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

FromJSON CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

type Rep CelebrityDetail Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityDetail

type Rep CelebrityDetail = D1 ('MetaData "CelebrityDetail" "Amazonka.Rekognition.Types.CelebrityDetail" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "CelebrityDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "boundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoundingBox)) :*: (S1 ('MetaSel ('Just "urls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "face") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FaceDetail))))))

newCelebrityDetail :: CelebrityDetail Source #

Create a value of CelebrityDetail 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:boundingBox:CelebrityDetail', celebrityDetail_boundingBox - Bounding box around the body of a celebrity.

$sel:urls:CelebrityDetail', celebrityDetail_urls - An array of URLs pointing to additional celebrity information.

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

$sel:name:CelebrityDetail', celebrityDetail_name - The name of the celebrity.

$sel:id:CelebrityDetail', celebrityDetail_id - The unique identifier for the celebrity.

$sel:face:CelebrityDetail', celebrityDetail_face - Face details for the recognized celebrity.

celebrityDetail_boundingBox :: Lens' CelebrityDetail (Maybe BoundingBox) Source #

Bounding box around the body of a celebrity.

celebrityDetail_urls :: Lens' CelebrityDetail (Maybe [Text]) Source #

An array of URLs pointing to additional celebrity information.

celebrityDetail_confidence :: Lens' CelebrityDetail (Maybe Double) Source #

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

celebrityDetail_id :: Lens' CelebrityDetail (Maybe Text) Source #

The unique identifier for the celebrity.

celebrityDetail_face :: Lens' CelebrityDetail (Maybe FaceDetail) Source #

Face details for the recognized celebrity.