ImageRepositoryVideoPreviewsVideoPreview

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsVideoPreview


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. content (type: String.t, default: nil)
    - The actual video preview bytes generated for the video.
  2. debuggingInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsDebuggingInfo, default: nil)
    - Used for debugging only.
  3. metadata (type: GoogleApi.ContentWarehouse.V1.Model.ImageBaseVideoPreviewMetadata, default: nil)
    - The metadata associated with the preview (i.e. the type: 8k, 90k, etc.)
  4. previewFrameZero (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperVideoThumbnail, default: nil)
    - 0th frame image of the preview. This frame has the same resolution as the associated preview video bytes, as it is taken directly from the preview bytes in Venom/Viper processing. Right now, we only populate preview_frame_zero only for the VPREVIEW_TYPE_540K_ORIGINAL_HQ_LICENSED preview type. Note that preview_frame_zero.thumbnails(0).timestamp_ms() is the timestamp from the full video, not from the preview.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsVideoPreview{
content: String.t() | nil,
debuggingInfo: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsDebuggingInfo.t() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.ImageBaseVideoPreviewMetadata.t() | nil,
previewFrameZero: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperVideoThumbnail.t() | nil
}

Function

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

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