View Source GoogleApi.ContentWarehouse.V1.Model.ImageRepositorySUPFrameLevelEmbedding (google_api_content_warehouse v0.4.0)

Attributes

  • embedding (type: GoogleApi.ContentWarehouse.V1.Model.ReneEmbedding.t, default: nil) - Embedding of the frame.
  • timeOffset (type: String.t, default: nil) - Time offset of the frame.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ImageRepositorySUPFrameLevelEmbedding{
    embedding: GoogleApi.ContentWarehouse.V1.Model.ReneEmbedding.t() | nil,
    timeOffset: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.