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

Description

 

Documentation

newtype Attribute Source #

Constructors

Attribute' 

Fields

Bundled Patterns

pattern Attribute_ALL :: Attribute 
pattern Attribute_DEFAULT :: Attribute 

Instances

Instances details
FromJSON Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

FromJSONKey Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToJSON Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToJSONKey Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToByteString Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Methods

toBS :: Attribute -> ByteString #

ToHeader Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToLog Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToQuery Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

FromText Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToText Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Methods

toText :: Attribute -> Text #

FromXML Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

ToXML Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Methods

toXML :: Attribute -> XML #

Generic Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Associated Types

type Rep Attribute :: Type -> Type #

Read Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Show Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

NFData Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Methods

rnf :: Attribute -> () #

Eq Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Ord Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

Hashable Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

type Rep Attribute Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Attribute

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