You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::BatchDetectSyntaxItemResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

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

Returns:

  • (Integer)

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

#syntax_tokensArray<Types::SyntaxToken>

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

Returns:

  • (Array<Types::SyntaxToken>)

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