Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MouthOpen = MouthOpen' {}
- newMouthOpen :: MouthOpen
- mouthOpen_value :: Lens' MouthOpen (Maybe Bool)
- mouthOpen_confidence :: Lens' MouthOpen (Maybe Double)
Documentation
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
See: newMouthOpen
smart constructor.
Instances
Eq MouthOpen Source # | |
Read MouthOpen Source # | |
Show MouthOpen Source # | |
Generic MouthOpen Source # | |
NFData MouthOpen Source # | |
Defined in Amazonka.Rekognition.Types.MouthOpen | |
Hashable MouthOpen Source # | |
Defined in Amazonka.Rekognition.Types.MouthOpen | |
FromJSON MouthOpen Source # | |
type Rep MouthOpen Source # | |
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.