GeostoreDimensionProto

AI Overview😉

  • The potential purpose of this module is to understand and process physical dimensions of objects or places, such as height, width, or length, along with their corresponding units (e.g., meters, feet, inches). This module, GeostoreDimensionProto, seems to be part of Google's Content Warehouse API, which might be used to improve search results related to geographic locations, products, or other entities with physical dimensions.
  • This module could impact search results by allowing Google to better understand and filter search queries that involve physical dimensions. For example, if a user searches for "hotels with rooms over 300 square feet", this module could help Google to identify and rank relevant results more accurately. It might also influence local search results, such as finding nearby stores that sell products of specific dimensions.
  • To be more favorable for this function, a website could provide structured data about physical dimensions of objects or places, using schema.org markup or other formats. This could include specifying units of measurement and providing accurate values for dimensions. Additionally, websites could ensure that their content is well-organized and easily crawlable, allowing Google to more effectively extract and process dimension-related data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A dimension with a numerical value and unit. This can be a height, width, or length.

Attributes

  • dimension (type: number(), default: nil) -
  • unit (type: String.t, 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.GeostoreDimensionProto{
  dimension: number() | nil,
  unit: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.