VideoContentSearchCaptionEntityDocInfo

AI Overview😉

  • The potential purpose of this module is to analyze the relevance and importance of entities mentioned in video captions. It seems to be tracking how often an entity (e.g. a person, organization, or location) is mentioned across different documents and the entire corpus, as well as the number of documents it appears in. This helps Google understand the significance and context of the entity in relation to the search query.
  • This module could impact search results by influencing the ranking of videos based on the relevance and importance of the entities mentioned in their captions. Videos with captions that mention entities more frequently or in more documents may be considered more relevant to the search query and therefore rank higher. Conversely, videos with captions that mention entities less frequently or in fewer documents may rank lower.
  • To be more favorable for this function, a website could ensure that their video captions accurately and thoroughly mention relevant entities, such as names, locations, and organizations. This could include using natural language processing techniques to identify and extract entities from the caption text. Additionally, websites could focus on creating high-quality, informative, and engaging content that mentions entities in a way that is relevant and useful to the user. This could help increase the entity mention count and document appearances, making the video more likely to rank higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains information about document appearances of an entity.

Attributes

  • entityDocCount (type: String.t, default: nil) - The number of documents where this entity was mentioned at least once.
  • entityMentionCount (type: String.t, default: nil) - The number of times the entity was mentioned across the entire corpus.
  • mid (type: String.t, default: nil) - The entity id.
  • totalDocCount (type: String.t, default: nil) - The number of documents in the corpus.
  • totalMentionCount (type: String.t, default: nil) - The number of mentions of any entity across the entire corpus.

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.VideoContentSearchCaptionEntityDocInfo{
    entityDocCount: String.t() | nil,
    entityMentionCount: String.t() | nil,
    mid: String.t() | nil,
    totalDocCount: String.t() | nil,
    totalMentionCount: 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.