Class: Mindee::V1::Parsing::Common::Prediction
- Inherits:
-
Object
- Object
- Mindee::V1::Parsing::Common::Prediction
- Defined in:
- lib/mindee/v1/parsing/common/prediction.rb
Overview
Abstract class for all predictions
Direct Known Subclasses
Mindee::V1::Product::BarcodeReader::BarcodeReaderV1Document, Mindee::V1::Product::Cropper::CropperV1Document, Mindee::V1::Product::FR::BankAccountDetails::BankAccountDetailsV1Document, Mindee::V1::Product::FR::BankAccountDetails::BankAccountDetailsV2Document, Mindee::V1::Product::FR::BankStatement::BankStatementV2Document, Mindee::V1::Product::FR::IdCard::IdCardV1Document, Mindee::V1::Product::FR::IdCard::IdCardV2Document, Mindee::V1::Product::FinancialDocument::FinancialDocumentV1Document, Mindee::V1::Product::InternationalId::InternationalIdV2Document, Mindee::V1::Product::Invoice::InvoiceV4Document, Mindee::V1::Product::InvoiceSplitter::InvoiceSplitterV1Document, Mindee::V1::Product::MultiReceiptsDetector::MultiReceiptsDetectorV1Document, Mindee::V1::Product::Passport::PassportV1Document, Mindee::V1::Product::Receipt::ReceiptV5Document, Mindee::V1::Product::Resume::ResumeV1Document, Mindee::V1::Product::Universal::UniversalPrediction
Instance Method Summary collapse
-
#initialize(_ = nil, _ = nil) ⇒ Prediction
constructor
A new instance of Prediction.
- #to_s ⇒ String
Constructor Details
#initialize(_ = nil, _ = nil) ⇒ Prediction
Returns a new instance of Prediction.
14 |
# File 'lib/mindee/v1/parsing/common/prediction.rb', line 14 def initialize(_ = nil, _ = nil); end |
Instance Method Details
#to_s ⇒ String
10 11 12 |
# File 'lib/mindee/v1/parsing/common/prediction.rb', line 10 def to_s '' end |