Class: Aws::Textract::Types::AnalyzeExpenseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_metadataTypes::DocumentMetadata

Information about the input document.



316
317
318
319
320
321
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 316

class AnalyzeExpenseResponse < Struct.new(
  :document_metadata,
  :expense_documents)
  SENSITIVE = []
  include Aws::Structure
end

#expense_documentsArray<Types::ExpenseDocument>

The expenses detected by Amazon Textract.

Returns:



316
317
318
319
320
321
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 316

class AnalyzeExpenseResponse < Struct.new(
  :document_metadata,
  :expense_documents)
  SENSITIVE = []
  include Aws::Structure
end