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