Class: Mindee::V1::Product::FinancialDocument::FinancialDocumentV1PagePrediction
- Inherits:
-
FinancialDocumentV1Document
- Object
- Mindee::V1::Parsing::Common::Prediction
- FinancialDocumentV1Document
- Mindee::V1::Product::FinancialDocument::FinancialDocumentV1PagePrediction
- Defined in:
- lib/mindee/v1/product/financial_document/financial_document_v1_page.rb,
sig/mindee/v1/product/financial_document/financial_document_v1_page.rbs
Overview
Financial Document V1 page prediction.
Instance Attribute Summary
Attributes inherited from FinancialDocumentV1Document
#billing_address, #category, #customer_address, #customer_company_registrations, #customer_id, #customer_name, #date, #document_number, #document_type, #document_type_extended, #due_date, #invoice_number, #line_items, #locale, #payment_date, #po_number, #receipt_number, #reference_numbers, #shipping_address, #subcategory, #supplier_address, #supplier_company_registrations, #supplier_email, #supplier_name, #supplier_payment_details, #supplier_phone_number, #supplier_website, #taxes, #time, #tip, #total_amount, #total_net, #total_tax
Instance Method Summary collapse
-
#initialize ⇒ FinancialDocumentV1PagePrediction
constructor
A new instance of FinancialDocumentV1PagePrediction.
- #to_s ⇒ String
Methods inherited from FinancialDocumentV1Document
#line_items_separator, #line_items_to_s
Constructor Details
#initialize ⇒ FinancialDocumentV1PagePrediction
Returns a new instance of FinancialDocumentV1PagePrediction.
11 |
# File 'sig/mindee/v1/product/financial_document/financial_document_v1_page.rbs', line 11 def initialize: (Hash[String | Symbol, untyped], Integer?) -> void |
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/v1/product/financial_document/financial_document_v1_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |