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

Description

 
Synopsis

Documentation

data CelebrityRecognition Source #

Information about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.

See: newCelebrityRecognition smart constructor.

Constructors

CelebrityRecognition' 

Fields

Instances

Instances details
Eq CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

Read CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

Show CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

Generic CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

Associated Types

type Rep CelebrityRecognition :: Type -> Type #

NFData CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

Methods

rnf :: CelebrityRecognition -> () #

Hashable CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

FromJSON CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

type Rep CelebrityRecognition Source # 
Instance details

Defined in Amazonka.Rekognition.Types.CelebrityRecognition

type Rep CelebrityRecognition = D1 ('MetaData "CelebrityRecognition" "Amazonka.Rekognition.Types.CelebrityRecognition" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "CelebrityRecognition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CelebrityDetail)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newCelebrityRecognition :: CelebrityRecognition Source #

Create a value of CelebrityRecognition 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:celebrity:CelebrityRecognition', celebrityRecognition_celebrity - Information about a recognized celebrity.

$sel:timestamp:CelebrityRecognition', celebrityRecognition_timestamp - The time, in milliseconds from the start of the video, that the celebrity was recognized.

celebrityRecognition_timestamp :: Lens' CelebrityRecognition (Maybe Integer) Source #

The time, in milliseconds from the start of the video, that the celebrity was recognized.