class Mindee::Product::Receipt::ReceiptV5Page
Receipt API version 5.3 page data.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super(prediction) @prediction = ReceiptV5PagePrediction.new( prediction['prediction'], prediction['id'] ) end