Class: Mindee::V1::Product::BarcodeReader::BarcodeReaderV1PagePrediction
- Inherits:
-
BarcodeReaderV1Document
- Object
- Mindee::V1::Parsing::Common::Prediction
- BarcodeReaderV1Document
- Mindee::V1::Product::BarcodeReader::BarcodeReaderV1PagePrediction
- Defined in:
- lib/mindee/v1/product/barcode_reader/barcode_reader_v1_page.rb,
sig/mindee/v1/product/barcode_reader/barcode_reader_v1_page.rbs
Overview
Barcode Reader V1 page prediction.
Instance Attribute Summary
Attributes inherited from BarcodeReaderV1Document
Instance Method Summary collapse
-
#initialize ⇒ BarcodeReaderV1PagePrediction
constructor
A new instance of BarcodeReaderV1PagePrediction.
- #to_s ⇒ String
Constructor Details
#initialize ⇒ BarcodeReaderV1PagePrediction
Returns a new instance of BarcodeReaderV1PagePrediction.
11 |
# File 'sig/mindee/v1/product/barcode_reader/barcode_reader_v1_page.rbs', line 11 def initialize: (Hash[String | Symbol, untyped], Integer?) -> void |
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/v1/product/barcode_reader/barcode_reader_v1_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |