Transcribe audio and load the paragraphs of the transcript, creating a document for each paragraph.

Hierarchy

  • CreateTranscriptLoader
    • AudioTranscriptParagraphsLoader

Constructors

Properties

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

Methods

  • Transcribe audio and load the paragraphs of the transcript, creating a document for each paragraph.

    Returns Promise<Document<TranscriptParagraph>[]>

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

Generated using TypeDoc