Class: AudioTranscriptSentencesReader
Transcribe audio and return a document for each sentence.
Extends
AssemblyAIReader
Constructors
new AudioTranscriptSentencesReader()
new AudioTranscriptSentencesReader(
assemblyAIOptions
?):AudioTranscriptSentencesReader
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
AudioTranscriptSentencesReader
Inherited from
AssemblyAIReader.constructor
Source
packages/core/src/readers/AssemblyAIReader.ts:26