NlpSemanticParsingLocalVicinityLocation

AI Overview😉

  • The potential purpose of this module is to understand and analyze location-based queries, allowing Google to better interpret search intent related to proximity and distance. It helps to identify the base location, extent, and connector words (e.g., "from", "near") to provide more accurate results.
  • This module could impact search results by allowing Google to:
    • Better understand location-based queries, providing more relevant results.
    • Identify implicit base locations (e.g., "here") and adjust results accordingly.
    • Improve the accuracy of proximity-based searches (e.g., "within 5 miles").
  • To be more favorable for this function, a website could:
    • Include clear and concise location information (e.g., addresses, cities, states).
    • Use structured data (e.g., schema.org) to provide explicit location details.
    • Optimize content for location-based keywords and phrases (e.g., "near me", "in [city]").

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • base (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t, default: nil) - If the base is missing then clients should assume that it implicitly means "here". E.g., "within five miles" really means "within five miles from here"
  • connector (type: String.t, default: nil) - The text between the extent and the base, e.g., for "50 miles from here" the connector is "from".
  • extent (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent.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.NlpSemanticParsingLocalVicinityLocation{
    base:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t()
      | nil,
    connector: String.t() | nil,
    extent:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.