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

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

Overview

The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::Entity>

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

Returns:



161
162
163
164
165
166
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 161

class BatchDetectEntitiesItemResult < Struct.new(
  :index,
  :entities)
  SENSITIVE = []
  include Aws::Structure
end

#indexInteger

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

Returns:

  • (Integer)


161
162
163
164
165
166
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 161

class BatchDetectEntitiesItemResult < Struct.new(
  :index,
  :entities)
  SENSITIVE = []
  include Aws::Structure
end