Class: Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1PagePrediction

Inherits:
NutritionFactsLabelV1Document show all
Defined in:
lib/mindee/product/nutrition_facts_label/nutrition_facts_label_v1_page.rb

Overview

Nutrition Facts Label V1 page prediction.

Instance Attribute Summary

Attributes inherited from NutritionFactsLabelV1Document

#added_sugars, #calories, #cholesterol, #dietary_fiber, #nutrients, #protein, #saturated_fat, #serving_per_box, #serving_size, #sodium, #total_carbohydrate, #total_fat, #total_sugars, #trans_fat

Instance Method Summary collapse

Methods inherited from NutritionFactsLabelV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


24
25
26
27
28
# File 'lib/mindee/product/nutrition_facts_label/nutrition_facts_label_v1_page.rb', line 24

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end