Skip to content

Commit 14e3e21

Browse files
authored
Merge pull request #986 from ArcherAZ/patch-5
[SCOPED] Update language-support.md
2 parents 13ffa0a + 5991223 commit 14e3e21

File tree

8 files changed

+32
-2
lines changed

8 files changed

+32
-2
lines changed

articles/ai-services/speech-service/includes/quickstarts/captioning/intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ ms.author: eur
99
In this quickstart, you run a console app to create [captions](~/articles/ai-services/speech-service/captioning-concepts.md) with speech to text.
1010

1111
> [!TIP]
12-
> Try the [Speech Studio](https://aka.ms/speechstudio/captioning) and choose a sample video clip to see real-time or offline processed captioning results.
12+
> Try out the [Speech Studio](https://aka.ms/speechstudio/captioning) and choose a sample video clip to see real-time or offline processed captioning results.
13+
14+
> [!TIP]
15+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run captioning samples on Visual Studio Code.

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/cpp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2424

2525
## Recognize speech from a microphone
2626

27+
> [!TIP]
28+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
29+
2730
Follow these steps to create a console application and install the Speech SDK.
2831

2932
1. Create a new C++ console project in [Visual Studio Community](https://visualstudio.microsoft.com/downloads/) named `SpeechRecognition`.

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2424

2525
## Recognize speech from a microphone
2626

27+
> [!TIP]
28+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
29+
2730
Follow these steps to create a console application and install the Speech SDK.
2831

2932
1. Open a command prompt window in the folder where you want the new project. Run this command to create a console application with the .NET CLI.

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/javascript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ To set up your environment, install the Speech SDK for JavaScript. Run this comm
2626

2727
## Recognize speech from a file
2828

29+
> [!TIP]
30+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
31+
2932
Follow these steps to create a Node.js console application for speech recognition.
3033

3134
1. Open a command prompt window where you want the new project, and create a new file named *SpeechRecognition.js*.

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Install a version of [Python from 3.7 or later](https://www.python.org/downloads
2929

3030
## Recognize speech from a microphone
3131

32+
> [!TIP]
33+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
34+
3235
Follow these steps to create a console application.
3336

3437
1. Open a command prompt window in the folder where you want the new project. Create a new file named *speech_recognition.py*.

articles/ai-services/speech-service/includes/quickstarts/speech-translation-basics/intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ ms.author: eur
77
---
88

99
In this quickstart, you run an application to translate speech from one language to text in another language.
10+
11+
> [!TIP]
12+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ With Azure AI Speech, you can run an application that synthesizes a human-like v
1010

1111
> [!TIP]
1212
> You can try text to speech in the [Speech Studio Voice Gallery](https://aka.ms/speechstudio/voicegallery) without signing up or writing any code.
13+
14+
> [!TIP]
15+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.

articles/ai-services/speech-service/language-support.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ More remarks for speech to text locales are included in the [custom speech](#cus
4040
> [!TIP]
4141
> Try out the [real-time speech to text tool](https://speech.microsoft.com/portal/speechtotexttool) without having to use any code.
4242
43+
> [!TIP]
44+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
45+
4346
[!INCLUDE [Language support include](includes/language-support/stt.md)]
4447

4548
### Custom speech
@@ -59,7 +62,10 @@ The table in this section summarizes the locales and voices supported for text t
5962
More remarks for text to speech locales are included in the [voice styles and roles](#voice-styles-and-roles), [prebuilt neural voices](#prebuilt-neural-voices), [Custom neural voice](#custom-neural-voice), and [personal voice](#personal-voice) sections in this article.
6063

6164
> [!TIP]
62-
> Check the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery) and determine the right voice for your business needs.
65+
> Check the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery) and determine the right voice for your business needs.
66+
67+
> [!TIP]
68+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
6369
6470
[!INCLUDE [Language support include](includes/language-support/tts.md)]
6571

@@ -129,6 +135,9 @@ The table in this section summarizes the 33 locales supported for pronunciation
129135

130136
# [Speech translation](#tab/speech-translation)
131137

138+
> [!TIP]
139+
> Try out the [Azure AI Speech Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-azureaispeech.azure-ai-speech-toolkit) to easily build and run samples on Visual Studio Code.
140+
132141
### Real-time speech translation
133142

134143
The table in this section summarizes the locales supported for Speech translation. Speech translation supports different languages for speech to speech and speech to text translation. The available target languages depend on whether the translation target is speech or text.

0 commit comments

Comments
 (0)