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

Description

 

Documentation

newtype BodyPart Source #

Constructors

BodyPart' 

Fields

Bundled Patterns

pattern BodyPart_FACE :: BodyPart 
pattern BodyPart_HEAD :: BodyPart 
pattern BodyPart_LEFT_HAND :: BodyPart 
pattern BodyPart_RIGHT_HAND :: BodyPart 

Instances

Instances details
FromJSON BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

FromJSONKey BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

ToJSON BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

ToJSONKey BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

ToByteString BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Methods

toBS :: BodyPart -> ByteString #

ToHeader BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Methods

toHeader :: HeaderName -> BodyPart -> [Header] #

ToLog BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

ToQuery BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

FromText BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

ToText BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Methods

toText :: BodyPart -> Text #

FromXML BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

ToXML BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Methods

toXML :: BodyPart -> XML #

Generic BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Associated Types

type Rep BodyPart :: Type -> Type #

Methods

from :: BodyPart -> Rep BodyPart x #

to :: Rep BodyPart x -> BodyPart #

Read BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Show BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

NFData BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Methods

rnf :: BodyPart -> () #

Eq BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Ord BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Hashable BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

Methods

hashWithSalt :: Int -> BodyPart -> Int #

hash :: BodyPart -> Int #

type Rep BodyPart Source # 
Instance details

Defined in Amazonka.Rekognition.Types.BodyPart

type Rep BodyPart = D1 ('MetaData "BodyPart" "Amazonka.Rekognition.Types.BodyPart" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'True) (C1 ('MetaCons "BodyPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBodyPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))