VideoContentSearchVideoActions

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions


Table of Contents ▼

Jump to a specific part of the page:

Description

Video level info for online pipeline usage. For example: skip pattern as defined in https://schema.org/SeekToAction.

Attributes List

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

View Attributes

Attributes

  1. skipPatternStartOffsetInput (type: String.t, default: nil)
    - startOffset_input name as defined in https://schema.org/SeekToAction
  2. skipToTimePattern (type: String.t, default: nil)
    - Skip to time pattern as defined in https://schema.org/SeekToAction

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions{
skipPatternStartOffsetInput: String.t() | nil,
skipToTimePattern: String.t() | nil
}

Function

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

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