Skip to content

Commit 75c111f

Browse files
committed
Add deep links to GitHub pages, STT Quickstart
1 parent df40be1 commit 75c111f

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

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+
> [!div class="nextstepaction"]
28+
> [Additional samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp)
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+
> [!div class="nextstepaction"]
28+
> [Additional samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp)
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/java.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ To set up your environment, [install the Speech SDK](~/articles/ai-services/spee
6262

6363
## Recognize speech from a microphone
6464

65+
> [!div class="nextstepaction"]
66+
> [Additional samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java)
67+
6568
Follow these steps to create a console application for speech recognition.
6669

6770
1. Create a new file named *SpeechRecognition.java* in the same project root directory.

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+
> [!div class="nextstepaction"]
30+
> [Additional samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript)
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+
> [!div class="nextstepaction"]
33+
> [Additional samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python)
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-to-text-basics/swift.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ The Speech SDK can be used in Xcode projects as a [CocoaPod](https://cocoapods.o
2828

2929
## Recognize speech from a microphone
3030

31+
> [!div class="nextstepaction"]
32+
> [Additional samples on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift)
33+
3134
Follow these steps to recognize speech in a macOS application.
3235

3336
1. Clone the [Azure-Samples/cognitive-services-speech-sdk](https://github.com/Azure-Samples/cognitive-services-speech-sdk) repository to get the [Recognize speech from a microphone in Swift on macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos/from-microphone) sample project. The repository also has iOS samples.

0 commit comments

Comments
 (0)