VideoContentSearchVideoAnchorRatingScore

AI Overview😉

  • The potential purpose of this module is to evaluate the quality and usefulness of video content, particularly in terms of bookmarks and descriptions. It aims to provide a rating score that can be used to improve search results and training pipelines.
  • This module could impact search results by promoting videos with higher rating scores, which are deemed more useful and of better quality. This may lead to a better user experience, as users are more likely to engage with high-quality and relevant content. Conversely, videos with lower rating scores may be demoted in search results.
  • To be more favorable for this function, a website could focus on creating high-quality video content with accurate and descriptive titles, tags, and descriptions. This could include using relevant keywords, providing valuable information, and making sure the video is well-structured and easy to follow. Additionally, encouraging users to bookmark and engage with the video content could also improve the rating score.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Aggregated rating score, used in training pipeline, etc.

Attributes

  • averageBookmarkUsefulness (type: number(), default: nil) - Average score of bookmark usefulness.
  • averageDescriptionQuality (type: number(), default: nil) - Average score of description quality.
  • furballUrl (type: list(String.t), default: nil) - Furball URL(s) of the rating score (may have been rated more than once)

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.VideoContentSearchVideoAnchorRatingScore{
    averageBookmarkUsefulness: number() | nil,
    averageDescriptionQuality: number() | nil,
    furballUrl: [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.