DrishtiVesperVideoThumbnail

GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperVideoThumbnail


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

@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
}

Function

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

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