QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance

GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance


Table of Contents ▼

Jump to a specific part of the page:

Description

Byte-offset and timing information in videos. In CompositeDoc, we will store the instance per sentence.

Attributes List

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

View Attributes

Attributes

  1. begin (type: integer(), default: nil)
    - Byte offsets in HTML. begin is inclusive and end is exclusive.
  2. end (type: integer(), default: nil)
    -
  3. videoBeginMs (type: integer(), default: nil)
    -
  4. videoEndMs (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance{
begin: integer() | nil,
end: integer() | nil,
videoBeginMs: integer() | nil,
videoEndMs: integer() | nil
}

Function

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

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