AssemblyAIAudioLoaderById(
self,
transcript_id: str,
api_key: str,
transcript_format: TranscriptFormat
)| Name | Type | Description |
|---|---|---|
transcript_id* | str | Id of an existing transcription. |
transcript_format* | TranscriptFormat | Transcript format to use.
See class |
api_key* | str | AssemblyAI API key. |
| Name | Type |
|---|---|
| transcript_id | str |
| api_key | str |
| transcript_format | TranscriptFormat |
Load AssemblyAI audio transcripts.
It uses the AssemblyAI API to get an existing transcription and loads the transcribed text into one or more Documents, depending on the specified format.