VideoContentSearchVideoCommonFeatures

AI Overview😉

  • The potential purpose of this module is to analyze and extract features from video content, such as captions, anchor points, and label phrases, to improve search result relevance and ranking. It appears to be a part of Google's video search algorithm.
  • This module could impact search results by influencing the ranking of videos based on their content features. For example, videos with more accurate captions, relevant label phrases, or a higher number of anchor points may be considered more relevant and therefore ranked higher in search results. This could lead to a better user experience, as users are more likely to find videos that match their search queries.
  • To be more favorable for this function, a website may consider the following changes: Providing accurate and complete captions for videos, Optimizing video anchor points for better navigation, Using relevant and descriptive label phrases, Ensuring that video content is easily crawlable and indexable by search engines, Using schema markup to provide additional context about the video content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains video level features that apply to all anchor types.

Attributes

  • anchorCount (type: integer(), default: nil) - The total number of anchors in all video anchor sets.
  • captionInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo.t, default: nil) - The caption data for the video transcript. The models used for unified scorer. Should be a filepath that contains saved_model.pb and a variables/ folder
  • labelPhraseEmbeddingModel (type: String.t, default: nil) - The model used for generating label_phrase_embedding.
  • unifiedScoringBertModels (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.VideoContentSearchVideoCommonFeatures{
    anchorCount: integer() | nil,
    captionInfo:
      GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo.t()
      | nil,
    labelPhraseEmbeddingModel: String.t() | nil,
    unifiedScoringBertModels: [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.