GeostorePriceInfoFoodNutritionFactsNutritionFact

AI Overview😉

  • The potential purpose of this module is to provide a way to store and represent nutrition information for food products, including the range of nutrition facts (e.g. calories, fat, sodium, etc.) and the unit of measurement (e.g. grams, milligrams, etc.). This could be used to help users make informed decisions about their diet and health.
  • This module could impact search results by allowing Google to provide more accurate and relevant information about food products, such as nutrition labels, in search results. This could also enable features like filtering search results by nutrition criteria (e.g. "low sodium" or "high fiber") or providing nutrition-based recommendations.
  • To be more favorable for this function, a website could ensure that their product pages include accurate and structured nutrition information, such as using schema.org markup for nutrition facts. This would allow Google to easily extract and understand the nutrition information, and potentially display it in search results. Additionally, websites could consider providing more detailed and specific nutrition information, such as ranges of values or serving sizes, to help users make more informed decisions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact (google_api_content_warehouse v0.4.0)

This message denotes nutrition information with an upper bound and lower bound range and can be represented by mass unit.

Attributes

  • lowerAmount (type: float(), default: nil) -
  • unit (type: String.t, default: nil) - Unit of the given nutrition information.
  • upperAmount (type: float(), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GeostorePriceInfoFoodNutritionFactsNutritionFact{
    lowerAmount: float() | nil,
    unit: String.t() | nil,
    upperAmount: float() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.