class Mindee::Product::BarcodeReader::BarcodeReaderV1Page
Barcode Reader API version 1.0 page data.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = if prediction['prediction'].empty? nil else BarcodeReaderV1PagePrediction.new( prediction['prediction'], prediction['id'] ) end end