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):
Attributes
-
id
(type:String.t
, default:nil
)
- Video id. -
movingThumbnails
(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnail)
, default:nil
)
- -
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
}
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