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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/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:



2200
2201
2202
2203
2204
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2200

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