libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.Types.BatchDetectSyntaxItemResult

Description

 
Synopsis

Documentation

data BatchDetectSyntaxItemResult Source #

The result of calling the operation. The operation returns one object that is successfully processed by the operation.

See: newBatchDetectSyntaxItemResult smart constructor.

Constructors

BatchDetectSyntaxItemResult' 

Fields

Instances

Instances details
Eq BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

Read BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

Show BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

Generic BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

Associated Types

type Rep BatchDetectSyntaxItemResult :: Type -> Type #

NFData BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

Hashable BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

FromJSON BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

type Rep BatchDetectSyntaxItemResult Source # 
Instance details

Defined in Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult

type Rep BatchDetectSyntaxItemResult = D1 ('MetaData "BatchDetectSyntaxItemResult" "Amazonka.Comprehend.Types.BatchDetectSyntaxItemResult" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "BatchDetectSyntaxItemResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "syntaxTokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SyntaxToken]))))

newBatchDetectSyntaxItemResult :: BatchDetectSyntaxItemResult Source #

Create a value of BatchDetectSyntaxItemResult 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:index:BatchDetectSyntaxItemResult', batchDetectSyntaxItemResult_index - The zero-based index of the document in the input list.

$sel:syntaxTokens:BatchDetectSyntaxItemResult', batchDetectSyntaxItemResult_syntaxTokens - The syntax tokens for the words in the document, one token for each word.

batchDetectSyntaxItemResult_index :: Lens' BatchDetectSyntaxItemResult (Maybe Int) Source #

The zero-based index of the document in the input list.

batchDetectSyntaxItemResult_syntaxTokens :: Lens' BatchDetectSyntaxItemResult (Maybe [SyntaxToken]) Source #

The syntax tokens for the words in the document, one token for each word.