UniversalsearchNewPackerKnowledgeResultSupportProvenance

AI Overview😉

  • The potential purpose of this module is to provide information about the origin and credibility of a search result, which can help Google's algorithm to determine the trustworthiness and relevance of the result.
  • This module could impact search results by influencing the ranking of results based on their provenance. Results with a credible and trustworthy provenance may be ranked higher, while those with a questionable or unknown provenance may be ranked lower. This could lead to more accurate and reliable results being displayed to users.
  • To be more favorable to this function, a website could focus on establishing a strong and transparent provenance by providing clear information about the source and credibility of their content. This could include providing author credits, citing sources, and ensuring that their content is regularly updated and reviewed. Additionally, websites could focus on building a strong reputation and trust signals, such as SSL certificates, clear privacy policies, and positive user reviews.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information about provenance of a result support.

Attributes

  • entityGroupType (type: String.t, default: nil) - Entity group type of the supported entity. This field should only be set for support on entities.
  • fromAnswer (type: boolean(), default: nil) - ===== Deprecated Fields ===== The bool flag indicating whether the ResultSupport comes from answer entities.
  • name (type: String.t, default: nil) - The provenance provider name.

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.UniversalsearchNewPackerKnowledgeResultSupportProvenance{
    entityGroupType: String.t() | nil,
    fromAnswer: boolean() | nil,
    name: 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.