PseudoVideoDataTranscript

GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscript


Table of Contents ▼

Jump to a specific part of the page:

Description

A time-coded transcription of the document's audio track.

Attributes List

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

View Attributes

Attributes

  1. Text (type: String.t, default: nil)
    - The complete transcription text.
  2. timestamp (type: list(GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscriptTimestamp), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscript{
Text: String.t() | nil,
timestamp: [GoogleApi.ContentWarehouse.V1.Model.PseudoVideoDataTranscriptTimestamp.t()] | nil
}

Function

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

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