| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.EyeOpen
Description
Synopsis
- data EyeOpen = EyeOpen' {}
- newEyeOpen :: EyeOpen
- eyeOpen_confidence :: Lens' EyeOpen (Maybe Double)
- eyeOpen_value :: Lens' EyeOpen (Maybe Bool)
Documentation
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
See: newEyeOpen smart constructor.
Constructors
| EyeOpen' | |
Instances
| FromJSON EyeOpen Source # | |
| Generic EyeOpen Source # | |
| Read EyeOpen Source # | |
| Show EyeOpen Source # | |
| NFData EyeOpen Source # | |
Defined in Amazonka.Rekognition.Types.EyeOpen | |
| Eq EyeOpen Source # | |
| Hashable EyeOpen Source # | |
Defined in Amazonka.Rekognition.Types.EyeOpen | |
| type Rep EyeOpen Source # | |
Defined in Amazonka.Rekognition.Types.EyeOpen type Rep EyeOpen = D1 ('MetaData "EyeOpen" "Amazonka.Rekognition.Types.EyeOpen" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "EyeOpen'" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) | |
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:confidence:EyeOpen', eyeOpen_confidence - Level of confidence in the determination.
$sel:value:EyeOpen', eyeOpen_value - Boolean value that indicates whether the eyes on the face are open.