Class: Aws::Textract::Types::LineItemFields

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-textract/types.rb

Overview

A structure that holds information about the different lines found in a document’s tables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_item_expense_fieldsArray<Types::ExpenseField>

ExpenseFields used to show information from detected lines on a table.

Returns:



1569
1570
1571
1572
1573
# File 'lib/aws-sdk-textract/types.rb', line 1569

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