Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.11 KB

IngredientObjectItems.md

File metadata and controls

19 lines (16 loc) · 2.11 KB

IngredientObjectItems

Properties

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

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