Class: Mindee::Parsing::Common::Prediction
- Inherits:
-
Object
- Object
- Mindee::Parsing::Common::Prediction
- Defined in:
- lib/mindee/parsing/common/prediction.rb
Overview
Abstract class for all predictions
Direct Known Subclasses
Mindee::Product::BarcodeReader::BarcodeReaderV1Document, Mindee::Product::BillOfLading::BillOfLadingV1Document, Mindee::Product::BusinessCard::BusinessCardV1Document, Mindee::Product::Cropper::CropperV1Document, Mindee::Product::Custom::CustomV1Document, Mindee::Product::DeliveryNote::DeliveryNoteV1Document, Mindee::Product::EU::DriverLicense::DriverLicenseV1Document, Mindee::Product::EU::LicensePlate::LicensePlateV1Document, Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV1Document, Mindee::Product::FR::BankAccountDetails::BankAccountDetailsV2Document, Mindee::Product::FR::BankStatement::BankStatementV1Document, Mindee::Product::FR::CarteGrise::CarteGriseV1Document, Mindee::Product::FR::CarteVitale::CarteVitaleV1Document, Mindee::Product::FR::EnergyBill::EnergyBillV1Document, Mindee::Product::FR::IdCard::IdCardV1Document, Mindee::Product::FR::IdCard::IdCardV2Document, Mindee::Product::FR::Payslip::PayslipV2Document, Mindee::Product::FinancialDocument::FinancialDocumentV1Document, Mindee::Product::Generated::GeneratedV1Prediction, Mindee::Product::IND::IndianPassport::IndianPassportV1Document, Mindee::Product::InternationalId::InternationalIdV1Document, Mindee::Product::InternationalId::InternationalIdV2Document, Mindee::Product::Invoice::InvoiceV4Document, Mindee::Product::InvoiceSplitter::InvoiceSplitterV1Document, Mindee::Product::MultiReceiptsDetector::MultiReceiptsDetectorV1Document, Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1Document, Mindee::Product::Passport::PassportV1Document, Mindee::Product::ProofOfAddress::ProofOfAddressV1Document, Mindee::Product::Receipt::ReceiptV4Document, Mindee::Product::Receipt::ReceiptV5Document, Mindee::Product::Resume::ResumeV1Document, Mindee::Product::US::BankCheck::BankCheckV1Document, Mindee::Product::US::DriverLicense::DriverLicenseV1Document, Mindee::Product::US::HealthcareCard::HealthcareCardV1Document, Mindee::Product::US::UsMail::UsMailV2Document, Mindee::Product::US::W9::W9V1Document
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ String
9 10 11 |
# File 'lib/mindee/parsing/common/prediction.rb', line 9 def to_s '' end |