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

Class: Aws::Comprehend::Types::BatchDetectKeyPhrasesItemResult

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

Overview

The result of calling the operation. The operation returns one object for each document 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.

#key_phrasesArray<Types::KeyPhrase>

One or more KeyPhrase objects, one for each key phrase detected in the document.

Returns: