Class: Aws::Textract::Types::Extraction

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

Overview

Contains information extracted by an analysis operation after using StartLendingAnalysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expense_documentTypes::ExpenseDocument

The structure holding all the information returned by AnalyzeExpense



1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1296

class Extraction < Struct.new(
  :lending_document,
  :expense_document,
  :identity_document)
  SENSITIVE = []
  include Aws::Structure
end

#identity_documentTypes::IdentityDocument

The structure that lists each document processed in an AnalyzeID operation.



1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1296

class Extraction < Struct.new(
  :lending_document,
  :expense_document,
  :identity_document)
  SENSITIVE = []
  include Aws::Structure
end

#lending_documentTypes::LendingDocument

Holds the structured data returned by AnalyzeDocument for lending documents.



1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1296

class Extraction < Struct.new(
  :lending_document,
  :expense_document,
  :identity_document)
  SENSITIVE = []
  include Aws::Structure
end