Voting helps other researchers find interesting modules.
Video level container for thumbnail with its attributes, e.g., timestamp, id, quality scores, annotations, or features.
id
String.t
nil
movingThumbnails
list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnail.t)
thumbnails
list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail.t)
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()