ImageRepositoryFrameLevelStarburstEmbeddings

AI Overview😉

  • The potential purpose of this module is to analyze and understand visual content, such as images and videos, by extracting frame-level features and embeddings. This allows Google's algorithm to better comprehend the content and its meaning, enabling more accurate search results and improved user experience.
  • This module could impact search results by influencing the ranking of websites with visual content. Websites with high-quality, relevant, and well-optimized visual content may receive a boost in search engine rankings, while those with low-quality or irrelevant content may be demoted. This could lead to a more visually-oriented search experience, where Google prioritizes results with engaging and informative images and videos.
  • To be more favorable for this function, a website could:
    • Optimize images and videos by using descriptive alt tags, captions, and file names that accurately convey the content.
    • Use high-quality, relevant, and contextual visual content that enhances the user experience and provides value to the viewer.
    • Ensure that visual content is easily accessible and crawlable by Google's algorithms, by using proper HTML structure and metadata.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Each supported Starburst embedding version will have a pair of AmarnaSignalsBlobInfo and SUPFrameLevelEmbeddings. Blob info has the blob id of the corresponding embeddings and a blob write timestamp. SUPFrameLevelEmbeddings are the actual frame-level embeddings at 1 FPS. MMS callers have 3 options to fetch frame-level Starburst embeddings: 1. OPTION_NONE (default): Don't fetch frame-level Starburst embeddings. 2. OPTION_BLOB_DATA: Fetch the actual Starburst embeddings in SUPFrameLevelEmbeddings. 3. OPTION_CLONED_BLOB_ID: Clone the starburst embeddings into the target Blobstore directory. Then, fetch the cloned blob id of Starburst embeddings in AmarnaSignalsBlobInfo.

Attributes

  • starburstV5Embeddings (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositorySUPFrameLevelEmbeddings.t, default: nil) - Frame-level Starburst V5 embeddings computed by SUP. See https://data.corp.google.com/su_catalog/signal/starburst:v5.
  • starburstV5EmbeddingsBlobInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo.t, default: nil) - Frame-level Starburst V5 embeddings blob id.

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.ImageRepositoryFrameLevelStarburstEmbeddings{
    starburstV5Embeddings:
      GoogleApi.ContentWarehouse.V1.Model.ImageRepositorySUPFrameLevelEmbeddings.t()
      | nil,
    starburstV5EmbeddingsBlobInfo:
      GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.