libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.Beard

Description

 
Synopsis

Documentation

data Beard Source #

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

See: newBeard smart constructor.

Constructors

Beard' 

Fields

Instances

Instances details
Eq Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

Methods

(==) :: Beard -> Beard -> Bool #

(/=) :: Beard -> Beard -> Bool #

Read Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

Show Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

Methods

showsPrec :: Int -> Beard -> ShowS #

show :: Beard -> String #

showList :: [Beard] -> ShowS #

Generic Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

Associated Types

type Rep Beard :: Type -> Type #

Methods

from :: Beard -> Rep Beard x #

to :: Rep Beard x -> Beard #

NFData Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

Methods

rnf :: Beard -> () #

Hashable Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

Methods

hashWithSalt :: Int -> Beard -> Int #

hash :: Beard -> Int #

FromJSON Beard Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Beard

type Rep Beard Source # 
Instance details

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))))

newBeard :: Beard Source #

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.

beard_value :: Lens' Beard (Maybe Bool) Source #

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

beard_confidence :: Lens' Beard (Maybe Double) Source #

Level of confidence in the determination.