KnowledgeAnswersIntentQueryScalarValue

AI Overview😉

  • The potential purpose of this module is to extract and understand numerical values with units (e.g. "10 miles", "5 kg") from search queries, allowing Google to better comprehend the intent behind the search and provide more accurate results.
  • This module could impact search results by enabling Google to filter, rank, and display results that match the specific numerical values and units mentioned in the search query. For example, if a user searches for "restaurants within 5 miles", Google can use this module to prioritize results that are within that specific distance.
  • To be more favorable for this function, a website could ensure that it provides clear and structured data about numerical values with units, such as distances, prices, or quantities, in its content. This could include using schema markup, providing explicit units, and using consistent formatting for numerical values throughout the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A message representing a scalar numeric value with optional units

Attributes

  • doubleValue (type: float(), default: nil) -
  • unitType (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.KnowledgeAnswersIntentQueryScalarValue{
    doubleValue: float() | nil,
    unitType: 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.