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

Description

 

Documentation

newtype TextTypes Source #

Constructors

TextTypes' 

Fields

Bundled Patterns

pattern TextTypes_LINE :: TextTypes 
pattern TextTypes_WORD :: TextTypes 

Instances

Instances details
Eq TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Ord TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Read TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Show TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Generic TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Associated Types

type Rep TextTypes :: Type -> Type #

NFData TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Methods

rnf :: TextTypes -> () #

Hashable TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToJSON TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToJSONKey TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

FromJSON TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

FromJSONKey TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToLog TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToHeader TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToQuery TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

FromXML TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToXML TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Methods

toXML :: TextTypes -> XML #

ToByteString TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Methods

toBS :: TextTypes -> ByteString #

FromText TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

ToText TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

Methods

toText :: TextTypes -> Text #

type Rep TextTypes Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TextTypes

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