class Mindee::Product::Receipt::ReceiptV5Page

Receipt API version 5.3 page data.

def initialize(prediction)

Parameters:
  • prediction (Hash) --
def initialize(prediction)
  super(prediction)
  @prediction = ReceiptV5PagePrediction.new(
    prediction['prediction'],
    prediction['id']
  )
end