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

Mapping of time/character correspondences. Used to map found snippets to the time and thumbnail nearest that snippet.

Attributes

  • CharOffset (type: integer(), default: nil) -
  • Confidence (type: integer(), default: nil) - quantized to values in range 0-127
  • TimeOffset (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscriptTimestamp{
  CharOffset: integer() | nil,
  Confidence: integer() | nil,
  TimeOffset: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.