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
transcriptTranscribe audio and load the transcript as a document using AssemblyAI.
A promise that resolves to a single document containing the transcript text as the page content, and the transcript object as the metadata.
Protected
transcribe
Deprecated