Class: Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1PagePrediction
- Inherits:
-
NutritionFactsLabelV1Document
- Object
- Mindee::Parsing::Common::Prediction
- NutritionFactsLabelV1Document
- Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1PagePrediction
- 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
Constructor Details
This class inherits a constructor from Mindee::Product::NutritionFactsLabel::NutritionFactsLabelV1Document
Instance Method Details
#to_s ⇒ 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 |