RepositoryWebrefNameDebugInfo

AI Overview😉

  • The potential purpose of this module is to collect and analyze search query data to improve the search algorithm's learning and ranking capabilities. It seems to be focused on understanding user behavior and preferences through annotated query data.
  • This module could impact search results by influencing the ranking of websites based on how well they match user search behavior and preferences. It may prioritize websites that better align with user intent, leading to more relevant and accurate search results.
  • To be more favorable for this function, a website could focus on creating high-quality, user-centric content that accurately matches user search queries and intent. This might involve optimizing meta tags, titles, and descriptions to better reflect user search behavior, as well as ensuring that the website's content is relevant, informative, and engaging.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Collects signals from one query used for prior learning.

Attributes

  • candidates (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo.t), default: nil) - List of per-candidate signals derived from annotation of this query.
  • query (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t, default: nil) - Query with region (language is set in parent NameInfo).
  • weight (type: number(), default: nil) - Query weight used in learning.

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.RepositoryWebrefNameDebugInfo{
  candidates:
    [
      GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo.t()
    ]
    | nil,
  query:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t()
    | nil,
  weight: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.