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 EyeOpen = EyeOpen' {}
- newEyeOpen :: EyeOpen
- eyeOpen_value :: Lens' EyeOpen (Maybe Bool)
- eyeOpen_confidence :: Lens' EyeOpen (Maybe Double)
Documentation
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
See: newEyeOpen
smart constructor.
Instances
Eq EyeOpen Source # | |
Read EyeOpen Source # | |
Show EyeOpen Source # | |
Generic EyeOpen Source # | |
NFData EyeOpen Source # | |
Defined in Amazonka.Rekognition.Types.EyeOpen | |
Hashable EyeOpen Source # | |
Defined in Amazonka.Rekognition.Types.EyeOpen | |
FromJSON EyeOpen Source # | |
type Rep EyeOpen Source # | |
Defined in Amazonka.Rekognition.Types.EyeOpen type Rep EyeOpen = D1 ('MetaData "EyeOpen" "Amazonka.Rekognition.Types.EyeOpen" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "EyeOpen'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) |
newEyeOpen :: EyeOpen Source #
Create a value of EyeOpen
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:EyeOpen'
, eyeOpen_value
- Boolean value that indicates whether the eyes on the face are open.
$sel:confidence:EyeOpen'
, eyeOpen_confidence
- Level of confidence in the determination.