NutritionInformation
Type name: NutritionInformation
Extends StructuredValue
Name |
Type |
Description |
calories |
Energy |
The number of calories. |
carbohydrateContent |
Mass |
The number of grams of carbohydrates. |
cholesterolContent |
Mass |
The number of milligrams of cholesterol. |
fatContent |
Mass |
The number of grams of fat. |
fiberContent |
Mass |
The number of grams of fiber. |
proteinContent |
Mass |
The number of grams of protein. |
saturatedFatContent |
Mass |
The number of grams of saturated fat. |
servingSize |
Text |
The serving size, in terms of the number of volume or mass. |
sodiumContent |
Mass |
The number of milligrams of sodium. |
sugarContent |
Mass |
The number of grams of sugar. |
transFatContent |
Mass |
The number of grams of trans fat. |
unsaturatedFatContent |
Mass |
The number of grams of unsaturated fat. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`NutritionInformation` schema provides nutritional details about food items, extending the `StructuredValue` type."],["It includes properties for calories, macronutrient content (carbohydrates, fat, protein, fiber), cholesterol, sodium, sugar, and serving size, all measured in appropriate units like grams or milligrams."],["Each nutritional property utilizes specific types like `Energy` for calories and `Mass` for most other values, ensuring data consistency and clarity."]]],[]]