VideoContentSearchVideoScoreInfo

AI Overview😉

  • The potential purpose of this module is to score and evaluate the relevance and safety of video content in search results. It appears to assess various aspects of a video, including its title, generated queries, multimodal topics, and OCR (Optical Character Recognition) features, to determine its suitability for search users.
  • This module could impact search results by influencing the ranking of videos based on their content, relevance, and safety. Videos that are deemed more relevant, informative, and safe may be promoted to higher positions in search results, while those that are deemed low-quality, offensive, or irrelevant may be demoted or removed.
  • To be more favorable for this function, a website may focus on creating high-quality, informative, and safe video content that is relevant to users' search queries. This could involve:
    • Optimizing video titles and descriptions to accurately reflect their content
    • Using OCR techniques to improve video transcription and accessibility
    • Creating multimodal topics and features that enhance user engagement and understanding
    • Ensuring video content is safe and suitable for all audiences, adhering to Google's Safe Search guidelines
    • Generating high-quality, relevant, and informative queries that align with user intent

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Video level scoring info.

Attributes

  • commonFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures.t, default: nil) - Anchor scoring features that apply to all anchor types.
  • ocrVideoFeature (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature.t, default: nil) - OCR specific video level feature.
  • safeSearchClassifierOutput (type: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t, default: nil) - The output of Safe Search's MultiLabelClassifier for video title.
  • version (type: String.t, default: nil) - The version of this VideoAnchorSets in spanner.
  • videoGeneratedQueryFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures.t, default: nil) - Video-level features that apply to all the generated queries within this VideoAnchorSets.
  • videoMultimodalTopicFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures.t, default: nil) - Video-level features for Multimodal topics.

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.VideoContentSearchVideoScoreInfo{
  commonFeatures:
    GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures.t()
    | nil,
  ocrVideoFeature:
    GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature.t()
    | nil,
  safeSearchClassifierOutput:
    GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t()
    | nil,
  version: String.t() | nil,
  videoGeneratedQueryFeatures:
    GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures.t()
    | nil,
  videoMultimodalTopicFeatures:
    GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures.t()
    | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.