docs: fix typos Update integrations-assemblyai.md (#5220)

This commit is contained in:
Dmitry 2024-12-12 15:16:10 +03:00 committed by GitHub
commit 46c9d13657
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ This component allows you to submit an audio or video file for transcription.
- Transcript ID: The id of the transcript
### AssebmlyAI Poll Transcript
### AssemblyAI Poll Transcript
This components allows you to poll the transcripts. It checks the status of the transcript every few seconds until the transcription is completed.
@ -69,7 +69,7 @@ This components allows you to poll the transcripts. It checks the status of the
- Transcription Result: The AssemblyAI JSON response of a completed transcript. Contains the text and other info.
### AssebmlyAI Get Subtitles
### AssemblyAI Get Subtitles
This component allows you to generate subtitles in SRT or VTT format.
@ -83,7 +83,7 @@ This component allows you to generate subtitles in SRT or VTT format.
- Subtitles: A JSON response with the `subtitles` field containing the captions in SRT or VTT format.
### AssebmlyAI LeMUR
### AssemblyAI LeMUR
This component allows you to apply Large Language Models to spoken data using the [AssemblyAI LeMUR framework](https://www.assemblyai.com/docs/lemur).