Class: Mindee::Product::BarcodeReader::BarcodeReaderV1PagePrediction

Inherits:
BarcodeReaderV1Document show all
Defined in:
lib/mindee/product/barcode_reader/barcode_reader_v1_page.rb

Overview

Barcode Reader V1 page prediction.

Instance Attribute Summary

Attributes inherited from BarcodeReaderV1Document

#codes_1d, #codes_2d

Instance Method Summary collapse

Methods inherited from BarcodeReaderV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::BarcodeReader::BarcodeReaderV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


24
25
26
27
28
# File 'lib/mindee/product/barcode_reader/barcode_reader_v1_page.rb', line 24

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end