class Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1Page

Nutrition Facts Label API version 1.0 page data.

def initialize(prediction)

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