Class: AudioTranscriptParagraphsReader
Transcribe audio and return a document for each paragraph.
Hierarchy
-
AssemblyAIReader
↳
AudioTranscriptParagraphsReader
Constructors
constructor
• new AudioTranscriptParagraphsReader(assemblyAIOptions?
): AudioTranscriptParagraphsReader
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
AudioTranscriptParagraphsReader
Inherited from
AssemblyAIReader.constructor
Defined in
packages/core/src/readers/AssemblyAIReader.ts:26
Properties
client
• Protected
client: AssemblyAI
Inherited from
AssemblyAIReader.client
Defined in
packages/core/src/readers/AssemblyAIReader.ts:19
Methods
getTranscriptId
▸ getTranscriptId(params
): Promise
<string
>