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