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

Video level container for thumbnail with its attributes, e.g., timestamp, id, quality scores, annotations, or features.

Attributes

  • id (type: String.t, default: nil) - Video id.
  • movingThumbnails (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnail.t), default: nil) -
  • thumbnails (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperVideoThumbnail{
  id: String.t() | nil,
  movingThumbnails:
    [GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnail.t()] | nil,
  thumbnails:
    [GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.