NlpSemanticParsingLocalLocalResultId

AI Overview😉

  • The potential purpose of this module is to provide a structured way to store and retrieve information about a local search result, including its geocoding address, knowledge graph reference, position, and boundaries. This allows the search algorithm to better understand the context and relevance of the result to the user's query.
  • This module could impact search results by influencing the ranking and display of local search results. For example, if a result has a more accurate or complete geocoding address, it may be considered more relevant and displayed higher in the search results. Similarly, if a result has a strong knowledge graph reference, it may be considered more authoritative and displayed more prominently.
  • A website may change things to be more favorable for this function by ensuring that their online presence is accurately and consistently represented across different platforms and directories. This could include maintaining up-to-date and accurate business listings, using schema markup to provide additional context to search engines, and creating high-quality and relevant content that is likely to be referenced in the knowledge graph. Additionally, optimizing the website's structured data and meta tags to provide clear and concise information about the business's location, hours, and services could also improve its chances of being displayed prominently in local search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message holds all info the local assistant team will need to lookup a LocalResult in search.

Attributes

  • featureId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) -
  • geocodingAddress (type: String.t, default: nil) - The full address of the result. This should be a verbose address string that geocodes reliably.
  • kgMid (type: String.t, default: nil) - The knowledge graph reference of the result.
  • position (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t, default: nil) - The position of the result.
  • rect (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t, default: nil) - The position of the result, if it can't be expressed as a pointproto.

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.NlpSemanticParsingLocalLocalResultId{
    featureId:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
    geocodingAddress: String.t() | nil,
    kgMid: String.t() | nil,
    position: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil,
    rect: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.