Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.99 KB

IngredientObjectItems.md

File metadata and controls

19 lines (16 loc) · 1.99 KB

IO.Swagger.Model.IngredientObjectItems

Properties

Name Type Description Notes
Name string Item name as provided by brand owner or as shown on packaging [optional]
Categories List<string> [optional]
Nutrients List<IngredientObjectNutrients> An array containing nutrient informatio objects for this food item [optional]
CalorieConversionFactor IngredientObjectCalorieConversionFactor [optional]
ProteinConversionFactor decimal? The multiplication factor used to calculate protein from nitrogen [optional]
Components List<IngredientObjectComponents> An array of objects containing the constituent parts of a food (e.g. bone is a component of meat) [optional]
Portions List<IngredientObjectPortions> An array of objects containing information on discrete amounts of a food found in this item [optional]
CommonName string Common name associated with this item. These generally clarify what the item is (e.g. when the brand name is &quot;BRAND's Spicy Enchilada&quot; the common name may be &quot;Chicken enchilada&quot;) [optional]
Footnote string Comments on any unusual aspects of this item. Examples might include unusual aspects of the food overall [optional]
SearchTerm string The original search term that found this food item [optional]
Score string A value that represents how similar the name of this food item is to the original search term. The lower the value the closer this item's name is to the original search term. [optional]

[Back to Model list] [Back to API list] [Back to README]