SyntaxToken - Amazon Comprehend API Reference

SyntaxToken

Represents a work in the input text that was recognized and assigned a part of speech. There is one syntax token record for each word in the source text.

Contents

BeginOffset

The zero-based offset from the beginning of the source text to the first character in the word.

Type: Integer

Required: No

EndOffset

The zero-based offset from the beginning of the source text to the last character in the word.

Type: Integer

Required: No

PartOfSpeech

Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified. For more information, see Syntax in the Comprehend Developer Guide.

Type: PartOfSpeechTag object

Required: No

Text

The word that was recognized in the source text.

Type: String

Length Constraints: Minimum length of 1.

Required: No

TokenId

A unique identifier for a token.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: