Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 850 Bytes

IngredientObjectComponents.md

File metadata and controls

13 lines (10 loc) · 850 Bytes

IngredientObjectComponents

Properties

Name Type Description Notes
Name string The kind of component, e.g. bone [optional] [default to null]
PctWeight float64 The weight of the component as a percentage of the total weight of the food [optional] [default to null]
GramWeight float64 The weight of the component in grams [optional] [default to null]
IsRefuse bool Whether the component is refuse, i.e. not edible [optional] [default to null]
DataPoints int32 The number of obersvations on which the measure is based [optional] [default to null]

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