VideoContentSearchTokenTimingInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenTimingInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Token level timing information for ASR spans. This is expected to be extracted from PseudoVideoData in the CDoc. Next ID: 5

Attributes List

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

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    - Generated from th PseudoVideoData Timestamp Confidence field, which is quantized values in range 0-127. To convert to range 0-1 this field divides the PseudoVideoData Timestamp Confidence field by 127.
  2. durationMs (type: String.t, default: nil)
    -
  3. startMs (type: String.t, default: nil)
    -
  4. text (type: String.t, default: nil)
    - Should be a single token.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenTimingInfo{
confidence: number() | nil,
durationMs: String.t() | nil,
startMs: String.t() | nil,
text: String.t() | nil
}

Function

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

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