Class: Mindee::V1::Product::FR::BankStatement::BankStatementV2PagePrediction

Inherits:
BankStatementV2Document show all
Defined in:
lib/mindee/v1/product/fr/bank_statement/bank_statement_v2_page.rb,
sig/mindee/v1/product/fr/bank_statement/bank_statement_v2_page.rbs

Overview

Bank Statement V2 page prediction.

Instance Attribute Summary

Attributes inherited from BankStatementV2Document

#account_number, #bank_address, #bank_name, #client_address, #client_names, #closing_balance, #opening_balance, #statement_date, #statement_end_date, #statement_start_date, #total_credits, #total_debits, #transactions

Instance Method Summary collapse

Methods inherited from BankStatementV2Document

#transactions_separator, #transactions_to_s

Constructor Details

#initializeBankStatementV2PagePrediction

Returns a new instance of BankStatementV2PagePrediction.

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Integer, nil)


12
# File 'sig/mindee/v1/product/fr/bank_statement/bank_statement_v2_page.rbs', line 12

def initialize: (Hash[String | Symbol, untyped], Integer?) -> void

Instance Method Details

#to_sString

Returns:

  • (String)


30
31
32
33
34
# File 'lib/mindee/v1/product/fr/bank_statement/bank_statement_v2_page.rb', line 30

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end