• Import from "@langchain/community/document_loaders/web/assemblyai" instead. This entrypoint will be removed in 0.3.0. Transcribe audio and load subtitles for the transcript as srt or vtt format.

Hierarchy

  • CreateTranscriptLoader
    • AudioSubtitleLoader

Constructors

Properties

client: AssemblyAI
transcribeParams?: TranscribeParams
transcriptId?: string

Methods

  • Transcribe audio and load subtitles for the transcript as srt or vtt format.

    Returns Promise<Document[]>

    A promise that resolves a document containing the subtitles as the page content.