Skip to content

Commit c04d8b6

Browse files
authored
Fix typos in C# speech translation documentation
Corrected spelling of 'realtime' to 'real-time' and 'Sewden' to 'Sweden'.
1 parent d835473 commit c04d8b6

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/speech-service/includes/how-to/translate-speech

1 file changed

+3
-3
lines changed

articles/ai-services/speech-service/includes/how-to/translate-speech/csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.service: azure-ai-speech
44
ms.topic: include
55
ms.date: 1/21/2024
66
ms.author: pafarley
7-
ms.custom: devx-track-csharp
7+
ms.custom: devx-track-csharp, references_regions
88
---
99

1010
[!INCLUDE [Header](../../common/csharp.md)]
@@ -407,14 +407,14 @@ var translationRecognizer = new TranslationRecognizer(speechTranslationConfig, a
407407

408408
For a complete code sample with the Speech SDK, see [speech translation samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/translation_samples.cs#L714).
409409

410-
## Using live interpreter (preview) for realtime speech-to-speech translation with personal voice
410+
## Using live interpreter (preview) for real-time speech-to-speech translation with personal voice
411411

412412
Live Interpreter continuously identifies the language being spoken without requiring you to set an input language and delivers low latency speech-to-speech translation in a natural voice that preserves the speaker’s style and tone.
413413

414414
To use the Live Interpreter API, first [apply for personal voice access](https://aka.ms/customneural) and select "Personal Voice" for Question 20. For resource ID, please make sure that it is in one of the following regions supported by the public preview:
415415
- West US 2
416416
- East US
417-
- Sewden Central
417+
- Sweden Central
418418
- West Europe
419419
- Southeast Asia
420420
- Japan East

0 commit comments

Comments
 (0)