Class: Mindee::V1::Product::FR::BankStatement::BankStatementV2PagePrediction
- Inherits:
-
BankStatementV2Document
- Object
- Mindee::V1::Parsing::Common::Prediction
- BankStatementV2Document
- Mindee::V1::Product::FR::BankStatement::BankStatementV2PagePrediction
- 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
-
#initialize ⇒ BankStatementV2PagePrediction
constructor
A new instance of BankStatementV2PagePrediction.
- #to_s ⇒ String
Methods inherited from BankStatementV2Document
#transactions_separator, #transactions_to_s
Constructor Details
#initialize ⇒ BankStatementV2PagePrediction
Returns a new instance of BankStatementV2PagePrediction.
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_s ⇒ 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 |