Transcribe audio or retrieve an existing transcript by its ID.
The parameters to transcribe audio, or the ID of the transcript to retrieve.
Optional
assemblyAIOptions: AssemblyAIOptionsThe options to configure the AssemblyAI loader.
Configure the assemblyAIOptions.apiKey
with your AssemblyAI API key, or configure it as the ASSEMBLYAI_API_KEY
environment variable.
Protected
clientProtected
Optional
transcribeProtected
Optional
transcriptLoads 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.
Protected
transcribeGenerated using TypeDoc
Transcribe audio and load the transcript as a document using AssemblyAI.