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

Description

 
Synopsis

Documentation

data MouthOpen Source #

Indicates whether or not the mouth on the face is open, and the confidence level in the determination.

See: newMouthOpen smart constructor.

Constructors

MouthOpen' 

Fields

Instances

Instances details
Eq MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

Read MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

Show MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

Generic MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

Associated Types

type Rep MouthOpen :: Type -> Type #

NFData MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

Methods

rnf :: MouthOpen -> () #

Hashable MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

FromJSON MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

type Rep MouthOpen Source # 
Instance details

Defined in Amazonka.Rekognition.Types.MouthOpen

type Rep MouthOpen = D1 ('MetaData "MouthOpen" "Amazonka.Rekognition.Types.MouthOpen" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "MouthOpen'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newMouthOpen :: MouthOpen Source #

Create a value of MouthOpen 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:value:MouthOpen', mouthOpen_value - Boolean value that indicates whether the mouth on the face is open or not.

$sel:confidence:MouthOpen', mouthOpen_confidence - Level of confidence in the determination.

mouthOpen_value :: Lens' MouthOpen (Maybe Bool) Source #

Boolean value that indicates whether the mouth on the face is open or not.

mouthOpen_confidence :: Lens' MouthOpen (Maybe Double) Source #

Level of confidence in the determination.