GeostoreSourceTrustProto

AI Overview😉

  • The potential purpose of this module is to evaluate the trustworthiness of a source (such as a user or feed) providing information to Google, in order to determine how reliable that information is. This trust evaluation is used to help summarize features and determine the credibility of the source.
  • This module could impact search results by influencing the ranking of results based on the trustworthiness of the source. For example, if a source is deemed highly trustworthy, its content may be given more prominence in search results, while content from untrustworthy sources may be demoted or filtered out.
  • A website may improve its trust score with this module by ensuring that its content is accurate, reliable, and consistent, and by establishing a track record of providing high-quality information. Additionally, websites may benefit from being associated with trusted entities, such as Google-hired operators or admin users, and by avoiding behaviors that may lead to being blocked or flagged as untrustworthy.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Trust related information about the input source (feed or user) to help feature summarization. Typically, the values in this proto are either based on source's previous observations (e.g., a blocked LBC user or a trusted feed) or their status (Google hired operator or admin user). The proto can later contain a more granular trust score or correctness probabilities. A higher enum value indicates a more trusted source. Leaving room in the value space for adding more granular enums, if they become necessary later.

Attributes

  • level (type: String.t, default: nil) - The level of trust for the source of the observation.

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.GeostoreSourceTrustProto{
  level: 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.