Voting helps other researchers find interesting modules.
LINT: LEGACY_NAMES MovingThumbnail is defined as a short video clip that represents the whole video content. Next id: 17.
beginTimestampMs
integer()
nil
durationMs
encodedGifAnimation
String.t
encodedVideoString
encodedWebpAnimation
endTimestampMs
height
id
movingThumbnailerVersion
name
score
number()
scoreComponents
GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnailScoreComponents.t
thumbnails
list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail.t)
type
webpQualityLevel
width
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnail{ beginTimestampMs: integer() | nil, durationMs: integer() | nil, encodedGifAnimation: String.t() | nil, encodedVideoString: String.t() | nil, encodedWebpAnimation: String.t() | nil, endTimestampMs: integer() | nil, height: integer() | nil, id: String.t() | nil, movingThumbnailerVersion: String.t() | nil, name: String.t() | nil, score: number() | nil, scoreComponents: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnailScoreComponents.t() | nil, thumbnails: [GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail.t()] | nil, type: String.t() | nil, webpQualityLevel: number() | nil, width: integer() | nil }
@spec decode(struct(), keyword()) :: struct()