The description
OptionaldescriptionQuantity/unit pairs found within Ingredient.description, e.g. the
1 1/2-inch in "1 pound beef, cut into 1 1/2-inch cubes".
Only included when the descriptionMeasurements option is true. Always an empty
array for group headers, which are labels rather than measurements.
Whether the "ingredient" is actually a group header, e.g. "For icing:"
OptionalmetaMetadata about the parsed ingredient line.
Only included when the includeMeta option is true.
The primary quantity (the lower quantity in a range, if applicable).
Always a finite, non-negative number when not null — never negative, never NaN,
never Infinity.
The secondary quantity (the upper quantity in a range, or null if not applicable).
Always null when Ingredient.quantity is null: a range with no lower bound
is not a range. Subject to the same value constraints as quantity.
The unit of measure
The unit of measure identifier
Ingredient properties.