VideoContentSearchAsrCaption

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains token-level information about ASR captions.

Attributes List

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

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    - The confidence score of the token: between 0 and 1.
  2. durationMs (type: number(), default: nil)
    - The duration that the token is spoken for.
  3. startTimeMs (type: integer(), default: nil)
    - The time in the video at which the token starts being spoken.
  4. text (type: String.t, default: nil)
    - The speech token.

Type

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

Function

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

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