WatchpageLanguageWatchPageLanguageResult

AI Overview😉

  • The potential purpose of this module is to predict the language of a webpage (WatchPageLanguage) and provide a ranked list of possible languages (predictions). This helps Google's search algorithm to better understand the content of a webpage and serve it to users who are searching in that language.
  • This module could impact search results by influencing the ranking of webpages based on their language relevance to the user's search query. For example, if a user searches in Spanish, a webpage with a predicted language of Spanish may be ranked higher than one with a predicted language of English. This could also affect the visibility of multilingual websites, as Google may prioritize content in the user's preferred language.
  • To be more favorable for this function, a website could ensure that its language is clearly defined and consistent throughout the site. This could be achieved by using language-specific URLs, meta tags (e.g., ), and content that is tailored to a specific language or region. Additionally, using schema markup for language and region could provide Google with more explicit signals about the website's language and target audience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next ID: 3

Attributes

  • predictions (type: list(GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions.t), default: nil) - Versioned WatchPageLanguageResults. This is to experiment and launch new models. The first prediction is the latest production version.
  • watchpageLanguage (type: String.t, default: nil) - The language predicted by the V1 WatchPage Language model. For new and experimental versions use versioned_language_result.

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.WatchpageLanguageWatchPageLanguageResult{
    predictions:
      [
        GoogleApi.ContentWarehouse.V1.Model.WatchpageLanguageWatchPageLanguageModelPredictions.t()
      ]
      | nil,
    watchpageLanguage: 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.