MediaIndexEntityField

AI Overview😉

  • Potential purpose of module: This module, MediaIndexEntityField, seems to be responsible for storing and processing information about entities (e.g., websites, articles, etc.) from various sources, along with a quantized score. The purpose is likely to help Google's search algorithm evaluate the relevance and credibility of content from different sources.
  • Impact on search results: This module could impact search results by influencing the ranking of websites and content based on their source, credibility, and relevance. The quantized score might be used to determine the prominence of a particular entity in search results, with higher scores indicating more trustworthy or relevant sources.
  • Optimization for this function: To be more favorable for this function, a website could focus on establishing a strong, credible online presence by: (1) ensuring consistent branding and identity across the web, (2) creating high-quality, relevant, and trustworthy content, and (3) building a strong backlink profile from authoritative sources. This might help increase the quantized score and improve the website's visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Packages entity id and score together for a given source.

Attributes

  • customSource (type: String.t, default: nil) - The custom source should only be a-z[0-9] dashes, underscores, and colons. Special characters should be avoided.
  • entityId (type: String.t, default: nil) -
  • quantizedScore (type: String.t, default: nil) -
  • source (type: String.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.MediaIndexEntityField{
  customSource: String.t() | nil,
  entityId: String.t() | nil,
  quantizedScore: String.t() | nil,
  source: 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.