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<Record<string, any>>[]>

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

  • Parameters

    • Optionalsplitter: BaseDocumentTransformer<DocumentInterface<Record<string, any>>[], DocumentInterface<Record<string, any>>[]>

    Returns Promise<Document<Record<string, any>>[]>

    A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.

    Use this.load() and splitter.splitDocuments() individually. Loads the documents and splits them using a specified text splitter.