VideoContentSearchVideoIntroduction

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies whether a video has an introduction part that can be skipped. An introduction is the beginning part of a video that can be safely skipped without impacting user's understanding of the overall video content.

Attributes List

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

View Attributes

Attributes

  1. hasIntro (type: boolean(), default: nil)
    - If set to true, it means the video has an introduction spanning from intro_start_ms to intro_end_ms.
  2. introEndMs (type: String.t, default: nil)
    - Timestamp of the end of an introduction. Will only be set if has_intro is true. Indicates video may be skipped to this timestamp with minimal impact on understanding the overall video contents.
  3. introStartMs (type: String.t, default: nil)
    - Timestamp of the beginning of an introduction. Will only be set if has_intro is true. This value may be nonzero.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction{
hasIntro: boolean() | nil,
introEndMs: String.t() | nil,
introStartMs: String.t() | nil
}

Function

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

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