RepositoryWebrefMentionRatingsSingleMentionRating

AI Overview😉

  • The potential purpose of this module is to evaluate the relevance and accuracy of a web page's content in relation to a specific topic or entity. It seems to assess how well a webpage mentions a particular topic, and whether the mention is correct and relevant.
  • This module could impact search results by demoting web pages that mention a topic incorrectly or irrelevantly, and promoting those that provide accurate and relevant information. This could lead to more accurate and informative search results, as well as a better user experience.
  • To be more favorable for this function, a website could ensure that its content is accurate, relevant, and clearly mentions the topic it is intended to cover. This could involve using clear and concise language, providing supporting evidence or sources, and organizing content in a logical and easy-to-follow manner. Additionally, websites could focus on creating high-quality, informative content that provides value to users, rather than simply trying to manipulate search rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next available tag: 11

Attributes

  • isCorrectRange (type: boolean(), default: nil) - Set for mentions got from the new topicality template. True if the raters checked this range as being a good range for the entity. If the range is not correct we demote the mention score. This field is only used in template version V1. From template version V2 and forward it is now set via phrase_refer.
  • mentionMatch (type: String.t, default: nil) -
  • mentionRelevant (type: String.t, default: nil) -
  • phraseRefer (type: String.t, default: nil) -
  • raterCanUnderstandTopic (type: boolean(), default: nil) - Whether rater can understand the topic.
  • ratingSource (type: String.t, default: nil) - The source of the rating, possibly a golden set external to EWOK.
  • resultCount (type: integer(), default: nil) -
  • taskData (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData.t, default: nil) -
  • topicMentionedInResult (type: list(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.RepositoryWebrefMentionRatingsSingleMentionRating{
    isCorrectRange: boolean() | nil,
    mentionMatch: String.t() | nil,
    mentionRelevant: String.t() | nil,
    phraseRefer: String.t() | nil,
    raterCanUnderstandTopic: boolean() | nil,
    ratingSource: String.t() | nil,
    resultCount: integer() | nil,
    taskData:
      GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData.t() | nil,
    topicMentionedInResult: [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.