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