Transcribe audio and load the sentences of the transcript, creating a document for each sentence.

Hierarchy

  • CreateTranscriptLoader
    • AudioTranscriptSentencesLoader

Constructors

Properties

client: AssemblyAI
transcribeParams?: TranscriptParams | TranscribeParams
transcriptId?: string

Methods

  • Transcribe audio and load the sentences of the transcript, creating a document for each sentence.

    Returns Promise<Document<TranscriptSentence>[]>

    A promise that resolves to an array of documents, each containing a sentence of the transcript.

Generated using TypeDoc