NlpSemanticParsingModelsMediaLatLng

AI Overview😉

  • The potential purpose of this module is to identify and understand the geographic location mentioned in search queries and web content, allowing Google to provide more accurate and relevant results based on the user's location or the location mentioned in the search query.
  • This module could impact search results by:
    • Providing more accurate and relevant local search results
    • Helping Google to better understand the context of search queries that include geographic locations
    • Influencing the ranking of websites that have location-specific content or are relevant to a specific geographic area
  • To be more favorable for this function, a website may:
    • Include accurate and consistent geographic location information (e.g., latitude and longitude) in their content
    • Use schema markup to provide additional location-based data to search engines
    • Optimize their content to be more relevant and useful to users in specific geographic locations

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

An object representing a latitude/longitude pair. More info in https://cs.corp.google.com/piper///depot/google3/google/type/latlng.proto

Attributes

  • latitude (type: float(), default: nil) - The latitude in degrees. It must be in the range [-90.0, +90.0].
  • longitude (type: float(), default: nil) - The longitude in degrees. It must be in the range [-180.0, +180.0].

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.NlpSemanticParsingModelsMediaLatLng{
  latitude: float() | nil,
  longitude: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.