amazonka-comprehend-2.0: Amazon Comprehend 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.Comprehend.Types.SentimentType

Description

 

Documentation

newtype SentimentType Source #

Constructors

SentimentType' 

Instances

Instances details
FromJSON SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

FromJSONKey SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToJSON SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToJSONKey SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToByteString SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToHeader SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToLog SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToQuery SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

FromText SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToText SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Methods

toText :: SentimentType -> Text #

FromXML SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

ToXML SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Methods

toXML :: SentimentType -> XML #

Generic SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Associated Types

type Rep SentimentType :: Type -> Type #

Read SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Show SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

NFData SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Methods

rnf :: SentimentType -> () #

Eq SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Ord SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

Hashable SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

type Rep SentimentType Source # 
Instance details

Defined in Amazonka.Comprehend.Types.SentimentType

type Rep SentimentType = D1 ('MetaData "SentimentType" "Amazonka.Comprehend.Types.SentimentType" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'True) (C1 ('MetaCons "SentimentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSentimentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))