Class: Mindee::Product::EU::LicensePlate::LicensePlateV1PagePrediction

Inherits:
LicensePlateV1Document show all
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

#license_plates

Instance Method Summary collapse

Methods inherited from LicensePlateV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::EU::LicensePlate::LicensePlateV1Document

Instance Method Details

#to_sString

Returns:

  • (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