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

Description

 
Synopsis

Documentation

data BatchDetectTargetedSentimentItemResult Source #

Analysis results for one of the documents in the batch.

See: newBatchDetectTargetedSentimentItemResult smart constructor.

Constructors

BatchDetectTargetedSentimentItemResult' 

Fields

Instances

Instances details
FromJSON BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

Generic BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

Read BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

Show BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

NFData BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

Eq BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

Hashable BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

type Rep BatchDetectTargetedSentimentItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult

type Rep BatchDetectTargetedSentimentItemResult = D1 ('MetaData "BatchDetectTargetedSentimentItemResult" "Amazonka.Comprehend.Types.BatchDetectTargetedSentimentItemResult" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "BatchDetectTargetedSentimentItemResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetedSentimentEntity])) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newBatchDetectTargetedSentimentItemResult :: BatchDetectTargetedSentimentItemResult Source #

Create a value of BatchDetectTargetedSentimentItemResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:entities:BatchDetectTargetedSentimentItemResult', batchDetectTargetedSentimentItemResult_entities - An array of targeted sentiment entities.

$sel:index:BatchDetectTargetedSentimentItemResult', batchDetectTargetedSentimentItemResult_index - The zero-based index of this result in the input list.