A class that represents a document loader for transcribing audio files using the Sonix Speech Recognition service.
Performs the speech-to-text transcription using the SonixSpeechRecognitionService and returns the transcribed text as a Document object.
An array of Document objects containing the transcribed text.
Loads the documents and splits them using a specified text splitter.
A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.
Generated using TypeDoc
A class that represents a document loader for transcribing audio files using the Sonix Speech Recognition service.