Skip to content

Commit

Permalink
docs(transcriptions): remove misleading information
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Oct 29, 2024
1 parent 2f92310 commit 6f85d45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: Call Transcriptions
---



import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down Expand Up @@ -440,7 +441,7 @@ When using out of the box, transcriptions are optimized for calls with english s

Please note: the call transcription feature does not perform any language translation. When you select a different language, the transcription process will simply improve the speech-to-text detection for that language.

You can set the transcription languages in two ways: either as a call setting or you can provide them to the `StartTranscription` API call. Languages are specified using their international language code (ISO639)
You can set the transcription languages via a call setting override. Languages are specified using their international language code (ISO639)
Please note: we currently don’t support changing language settings during the call.

<Tabs groupId="examples">
Expand Down

0 comments on commit 6f85d45

Please sign in to comment.