Class: Mindee::Product::EU::LicensePlate::LicensePlateV1PagePrediction
- Inherits:
-
LicensePlateV1Document
- Object
- Mindee::Parsing::Common::Prediction
- LicensePlateV1Document
- Mindee::Product::EU::LicensePlate::LicensePlateV1PagePrediction
- Defined in:
- lib/mindee/product/eu/license_plate/license_plate_v1_page.rb
Overview
License Plate V1 page prediction.
Instance Attribute Summary
Attributes inherited from LicensePlateV1Document
Instance Method Summary collapse
Methods inherited from LicensePlateV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::EU::LicensePlate::LicensePlateV1Document
Instance Method Details
#to_s ⇒ String
25 26 27 28 29 |
# File 'lib/mindee/product/eu/license_plate/license_plate_v1_page.rb', line 25 def to_s out_str = String.new out_str << "\n#{super}" out_str end |