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

Class: Aws::Comprehend::Types::BatchDetectEntitiesItemResult

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

#entities ⇒ Array<Types::Entity>

One or more Entity objects, one for each entity detected in the document.

Returns:

  • (Array<Types::Entity>) —

    One or more Entity objects, one for each entity detected in the document.

#index ⇒ Integer

The zero-based index of the document in the input list.

Returns:

  • (Integer) —

    The zero-based index of the document in the input list.