A class that represents a document loader for transcribing audio files using the Sonix Speech Recognition service.

Hierarchy

Constructors

Methods

Constructors

Methods

  • Performs the speech-to-text transcription using the SonixSpeechRecognitionService and returns the transcribed text as a Document object.

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

    An array of Document objects containing the transcribed text.

  • Loads the documents and splits them using a specified text splitter.

    Parameters

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

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

Generated using TypeDoc