Class: AudioTranscriptSentencesReader
Transcribe audio and return a document for each sentence.
Hierarchy
-
AssemblyAIReader
↳
AudioTranscriptSentencesReader
Constructors
constructor
• new AudioTranscriptSentencesReader(assemblyAIOptions?
): AudioTranscriptSentencesReader
Creates a new AssemblyAI Reader.
Parameters
Name | Type | Description |
---|---|---|
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
AudioTranscriptSentencesReader
Inherited from
AssemblyAIReader.constructor
Defined in
packages/core/src/readers/AssemblyAIReader.ts:26