GeostoreFoodMenuItemOptionProtoIngredient

AI Overview😉

  • The potential purpose of this module is to understand and store information about ingredients in food dishes, including their names in multiple languages. This could be used to improve search results for food-related queries, such as recipes or restaurant menus.
  • This module could impact search results by allowing Google to better understand the content of food-related web pages, potentially leading to more accurate and relevant results for users searching for specific ingredients or dishes. It could also enable features like filtering search results by ingredient or providing nutritional information.
  • A website may change things to be more favorable for this function by providing clear and structured information about ingredients in their food-related content, such as using schema.org markup to define ingredients and their names in multiple languages. This could help Google's algorithm better understand the content and improve the website's visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message denotes an ingredient information of a food dish.

Attributes

  • nameInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListNameInfoProto.t), default: nil) - The repeated name_info field is for the ingredient in multiple languages.

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.GeostoreFoodMenuItemOptionProtoIngredient{
    nameInfo:
      [GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListNameInfoProto.t()]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.