| 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.Mustache
Description
Synopsis
- data Mustache = Mustache' {}
- newMustache :: Mustache
- mustache_confidence :: Lens' Mustache (Maybe Double)
- mustache_value :: Lens' Mustache (Maybe Bool)
Documentation
Indicates whether or not the face has a mustache, and the confidence level in the determination.
See: newMustache smart constructor.
Constructors
| Mustache' | |
Instances
| FromJSON Mustache Source # | |
| Generic Mustache Source # | |
| Read Mustache Source # | |
| Show Mustache Source # | |
| NFData Mustache Source # | |
Defined in Amazonka.Rekognition.Types.Mustache | |
| Eq Mustache Source # | |
| Hashable Mustache Source # | |
Defined in Amazonka.Rekognition.Types.Mustache | |
| type Rep Mustache Source # | |
Defined in Amazonka.Rekognition.Types.Mustache type Rep Mustache = D1 ('MetaData "Mustache" "Amazonka.Rekognition.Types.Mustache" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "Mustache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) | |
newMustache :: Mustache Source #
Create a value of Mustache 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:Mustache', mustache_confidence - Level of confidence in the determination.
$sel:value:Mustache', mustache_value - Boolean value that indicates whether the face has mustache or not.