Skip to content

Commit f0be909

Browse files
committed
edit pass: get-started-speech-translation
1 parent 77d68cb commit f0be909

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ In many scenarios, you might not know which input languages to specify. Using la
343343
The following example uses continuous translation from an audio file. It automatically detects the input language, even if the language being spoken is changing. When you run the sample, `en-US` and `zh-CN` will be automatically detected because they're defined in `AutoDetectSourceLanguageConfig`. Then, the speech will be translated to `de` and `fr` as specified in the calls to `AddTargetLanguage()`.
344344

345345
> [!IMPORTANT]
346-
> This feature is currently in **preview**.
346+
> This feature is currently in *preview*.
347347
348348
```csharp
349349
using Microsoft.CognitiveServices.Speech;

articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ If you want to skip straight to sample code, see the [Python quickstart samples]
2020

2121
This article assumes that you have an Azure account and a Speech service subscription. If you don't have an account and a subscription, [try the Speech service for free](../../../overview.md#try-the-speech-service-for-free).
2222

23-
## Install the Speech SDK
23+
### Install the Speech SDK
2424

2525
[!INCLUDE [Get the Speech SDK include](../../get-speech-sdk-python.md)]
2626

27-
## Import dependencies
27+
### Import dependencies
2828

2929
To run the examples in this article, include the following `import` statements at the top of the Python code file:
3030

0 commit comments

Comments
 (0)