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.GenderType

Description

 

Documentation

newtype GenderType Source #

Constructors

GenderType' 

Fields

Bundled Patterns

pattern GenderType_Female :: GenderType 
pattern GenderType_Male :: GenderType 

Instances

Instances details
Eq GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Ord GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Read GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Show GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Generic GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Associated Types

type Rep GenderType :: Type -> Type #

NFData GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Methods

rnf :: GenderType -> () #

Hashable GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToJSON GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToJSONKey GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

FromJSON GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

FromJSONKey GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToLog GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToHeader GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToQuery GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

FromXML GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToXML GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Methods

toXML :: GenderType -> XML #

ToByteString GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

FromText GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

ToText GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

Methods

toText :: GenderType -> Text #

type Rep GenderType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.GenderType

type Rep GenderType = D1 ('MetaData "GenderType" "Amazonka.Rekognition.Types.GenderType" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'True) (C1 ('MetaCons "GenderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGenderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))