ImageRepositoryFrameLevelStarburstEmbeddings

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameLevelStarburstEmbeddings


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameLevelStarburstEmbeddings{
starburstV5Embeddings: GoogleApi.ContentWarehouse.V1.Model.ImageRepositorySUPFrameLevelEmbeddings.t() | nil,
starburstV5EmbeddingsBlobInfo: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFrameLevelStarburstEmbeddings