syntaxTokens property

List<SyntaxToken>? syntaxTokens
final

A collection of syntax tokens describing the text. For each token, the response provides the text, the token type, where the text begins and ends, and the level of confidence that Amazon Comprehend has that the token is correct. For a list of token types, see how-syntax.

Implementation

final List<SyntaxToken>? syntaxTokens;