QualitySalientCountriesSalientCountrySet

AI Overview😉

  • The potential purpose of this module is to identify and store information about the countries that are most relevant or "salient" to a particular document or webpage. This could be used to improve search results by better understanding the geographic context and relevance of a webpage.
  • This module could impact search results by influencing the ranking of webpages based on their geographic relevance to a user's search query. For example, if a user searches for a topic that is more relevant to a specific country or region, this module could help Google's algorithm prioritize webpages that are more closely tied to that location. This could lead to more accurate and relevant search results for users.
  • To be more favorable for this function, a website could ensure that it provides clear and accurate information about its geographic relevance, such as including location-specific keywords, providing country-specific content, and using structured data to mark up location-based information. Additionally, a website could focus on creating high-quality, locally-relevant content that is more likely to be considered "salient" to a particular country or region.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Set of SalientCountry for a document.

Attributes

  • packedCountry (type: list(integer()), default: nil) - Packed Country and salience optimized for index storage
  • packedSalience (type: list(integer()), default: nil) -
  • salientCountry (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.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.QualitySalientCountriesSalientCountrySet{
    packedCountry: [integer()] | nil,
    packedSalience: [integer()] | nil,
    salientCountry:
      [
        GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.