VideoContentSearchEntityGroupInfo

AI Overview😉

  • The potential purpose of this module is to provide information about a group of video content search entities, including a collection ID and a label. This could be used to organize and categorize video search results, allowing for more specific and relevant results to be displayed to users.
  • This module could impact search results by influencing the ranking and grouping of video content. For example, if a website has a video collection with a specific label, it may be more likely to appear in search results for related queries. This could also lead to more diverse and relevant search results, as the algorithm takes into account the organization and categorization of video content.
  • A website may change things to be more favorable for this function by ensuring that their video content is well-organized and categorized, using clear and descriptive labels and collection IDs. This could involve creating a clear and consistent taxonomy for video content, and using schema markup to provide additional context and information to search engines. Additionally, websites may want to focus on creating high-quality and relevant video content that is likely to be grouped and categorized in a way that is useful to users.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • collectionId (type: String.t, default: nil) - Collection id.
  • label (type: String.t, default: nil) - Label for this anchor group.

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.VideoContentSearchEntityGroupInfo{
  collectionId: String.t() | nil,
  label: 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.