Class: AudioTranscriptParagraphsReader
Transcribe audio and return a document for each paragraph.
Extends
AssemblyAIReader
Constructors
new AudioTranscriptParagraphsReader()
new AudioTranscriptParagraphsReader(
assemblyAIOptions
?):AudioTranscriptParagraphsReader
Creates a new AssemblyAI Reader.
Parameters
• assemblyAIOptions?: Partial
<BaseServiceParams
>
The options to configure the AssemblyAI Reader.
Configure the assemblyAIOptions.apiKey
with your AssemblyAI API key, or configure it as the ASSEMBLYAI_API_KEY
environment variable.
Returns
AudioTranscriptParagraphsReader
Inherited from
AssemblyAIReader.constructor
Source
packages/core/src/readers/AssemblyAIReader.ts:26