Class: Aws::Comprehend::Types::DetectSyntaxResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#syntax_tokensArray<Types::SyntaxToken>

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 Syntax in the Comprehend Developer Guide.

Returns:



2637
2638
2639
2640
2641
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2637

class DetectSyntaxResponse < Struct.new(
  :syntax_tokens)
  SENSITIVE = []
  include Aws::Structure
end