Class: Aws::Comprehend::Types::DetectKeyPhrasesResponse

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

#key_phrasesArray<Types::KeyPhrase>

A collection of key phrases that Amazon Comprehend identified in the input text. For each key phrase, the response provides the text of the key phrase, where the key phrase begins and ends, and the level of confidence that Amazon Comprehend has in the accuracy of the detection.

Returns:



2526
2527
2528
2529
2530
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2526

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