Class: Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1PagePrediction

Inherits:
BankAccountDetailsV1Document show all
Defined in:
lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb

Overview

Bank Account Details V1 page prediction.

Instance Attribute Summary

Attributes inherited from BankAccountDetailsV1Document

#account_holder_name, #iban, #swift

Instance Method Summary collapse

Methods inherited from BankAccountDetailsV1Document

#initialize

Methods inherited from Mindee::Parsing::Common::Prediction

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


29
30
31
32
33
# File 'lib/mindee/product/fr/bank_account_details/bank_account_details_v1_page.rb', line 29

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