View Source GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.