amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.Mustache

Description

 
Synopsis

Documentation

data Mustache Source #

Indicates whether or not the face has a mustache, and the confidence level in the determination.

See: newMustache smart constructor.

Constructors

Mustache' 

Fields

Instances

Instances details
FromJSON Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

Generic Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

Associated Types

type Rep Mustache :: Type -> Type #

Methods

from :: Mustache -> Rep Mustache x #

to :: Rep Mustache x -> Mustache #

Read Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

Show Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

NFData Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

Methods

rnf :: Mustache -> () #

Eq Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

Hashable Mustache Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Mustache

Methods

hashWithSalt :: Int -> Mustache -> Int #

hash :: Mustache -> Int #

type Rep Mustache Source # 
Instance details

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.

mustache_confidence :: Lens' Mustache (Maybe Double) Source #

Level of confidence in the determination.

mustache_value :: Lens' Mustache (Maybe Bool) Source #

Boolean value that indicates whether the face has mustache or not.