AssemblyAIAudioTranscriptLoader(
self,
file_path: Union[str, Path],
*,
transcript_format: TranscriptFormatLoad AssemblyAI audio transcripts.
It uses the AssemblyAI API to transcribe audio files and loads the transcribed text into one or more Documents, depending on the specified format.
To use, you should have the assemblyai python package installed, and the
environment variable ASSEMBLYAI_API_KEY set with your API key.
Alternatively, the API key can also be passed as an argument.
Audio files can be specified via an URL or a local file path.
Transcription options and features. If None is given,
the Transcriber's default configuration will be used.
AssemblyAI API key.