Skip to content

Commit a937afe

Browse files
committed
Added quickstart links to STT mode pages
1 parent 286bbc9 commit a937afe

File tree

3 files changed

+156
-30
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts

3 files changed

+156
-30
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/more/more.md

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 03/13/2020
5+
ms.date: 03/30/2020
66
ms.author: dapine
77
---
88

@@ -11,12 +11,54 @@ ms.author: dapine
1111
If you've clicked this tab, you probably didn't see a quickstart in your favorite programming language. Don't worry, we have additional quickstart materials and code samples available on GitHub. Use the table to find the right sample for your programming language and platform/OS combination.
1212

1313
| Language | Additional Quickstarts | Code samples |
14-
|----------|------------------------|--------------|
15-
| C# | | [.NET Framework](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet), [.NET Core](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore), [UWP](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp), [Unity](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity), [Xamarin](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin) |
16-
| C++ | | [Quickstarts](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp), [Samples](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/cpp/linux) |
17-
| Java | | [Android](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android), [JRE](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre) |
18-
| JavaScript | | [Browser](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
19-
| Node.js | | [Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
20-
| Objective-C | [macOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/objectivec-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/objectivec-ios.md) | [iOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos) |
21-
| Python | | [Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python) |
22-
| Swift | [macOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/swift-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/swift-ios.md) | [iOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos) |
14+
|--|--|--|
15+
| C# | [From mic][1-mic], [From file][1-file] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
16+
| C++ | [From mic][2-mic], [From file][2-file] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
17+
| Java | [From mic][3-mic], [From file][3-file] | [Android][java-android], [JRE][java-jre] |
18+
| JavaScript | [Browser from mic][js-browser], [Node.js from file][js-node] | [Windows, Linux, macOS][js-code] |
19+
| Objective-C | [iOS from mic][obj-iOS-qck], [macOS from mic][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
20+
| Python | [From mic][4-mic], [From file][4-file] | [Windows, Linux, macOS][python] |
21+
| Swift | [iOS from mic][swift-iOS-qck], [macOS from mic][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
22+
23+
[1-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-csharp
24+
[1-file]: ../../../../quickstarts/speech-to-text-from-file?pivots=programming-language-csharp
25+
26+
[dotnet]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet
27+
[netcore]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore
28+
[uwp]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp
29+
[unity]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity
30+
[xamarin]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin
31+
32+
[2-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-cpp
33+
[2-file]: ../../../../quickstarts/speech-to-text-from-file?pivots=programming-language-cpp
34+
35+
[cpp-windows]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows
36+
[cpp-linux]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux
37+
[cpp-mac]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos
38+
39+
[3-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-java
40+
[3-file]: ../../../../quickstarts/speech-to-text-from-file?pivots=programming-language-java
41+
42+
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
43+
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
44+
45+
[js-browser]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/browser
46+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node
47+
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
48+
49+
[obj-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md
50+
[obj-macOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-macos.md
51+
52+
[obj-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios
53+
[obj-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos
54+
55+
[4-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-python
56+
[4-file]: ../../../../quickstarts/speech-to-text-from-file?pivots=programming-language-python
57+
58+
[python]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python
59+
60+
[swift-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-ios.md
61+
[swift-macOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-macos.md
62+
63+
[swift-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios
64+
[swift-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/more/more.md

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 03/13/2020
5+
ms.date: 03/30/2020
66
ms.author: dapine
77
---
88

@@ -11,12 +11,54 @@ ms.author: dapine
1111
If you've clicked this tab, you probably didn't see a quickstart in your favorite programming language. Don't worry, we have additional quickstart materials and code samples available on GitHub. Use the table to find the right sample for your programming language and platform/OS combination.
1212

1313
| Language | Additional Quickstarts | Code samples |
14-
|----------|------------------------|--------------|
15-
| C# | |[.NET Framework](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet), [.NET Core](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore), [UWP](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp), [Unity](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity), [Xamarin](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin) |
16-
| C++ | | [Windows](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows), [Linux](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos) |
17-
| Java | |[Android](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android), [JRE](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre) |
18-
| Javascript| | [Browser](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
19-
| Node.js | |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
20-
| Objective-C |[macOs](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md)| [iOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos) |
21-
| Python | |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python) |
22-
| Swift | [macOs](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-ios.md)|[iOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos) |
14+
|--|--|--|
15+
| C# | [From mic][1-mic], [From blob][1-blob] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
16+
| C++ | [From mic][2-mic], [From blob][2-blob] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
17+
| Java | [From mic][3-mic], [From blob][3-blob] | [Android][java-android], [JRE][java-jre] |
18+
| JavaScript | [Browser from mic][js-browser], [Node.js from file][js-node] | [Windows, Linux, macOS][js-code] |
19+
| Objective-C | [iOS from mic][obj-iOS-qck], [macOS from mic][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
20+
| Python | [From mic][4-mic], [From blob][4-blob] | [Windows, Linux, macOS][python] |
21+
| Swift | [iOS from mic][swift-iOS-qck], [macOS from mic][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
22+
23+
[1-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-csharp
24+
[1-blob]: ../../../../quickstarts/from-blob?pivots=programming-language-csharp
25+
26+
[dotnet]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet
27+
[netcore]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore
28+
[uwp]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp
29+
[unity]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity
30+
[xamarin]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin
31+
32+
[2-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-cpp
33+
[2-blob]: ../../../../quickstarts/from-blob?pivots=programming-language-cpp
34+
35+
[cpp-windows]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows
36+
[cpp-linux]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux
37+
[cpp-mac]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos
38+
39+
[3-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-java
40+
[3-blob]: ../../../../quickstarts/from-blob?pivots=programming-language-java
41+
42+
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
43+
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
44+
45+
[js-browser]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/browser
46+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node
47+
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
48+
49+
[obj-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md
50+
[obj-macOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-macos.md
51+
52+
[obj-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios
53+
[obj-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos
54+
55+
[4-mic]: ../../../../quickstarts/speech-to-text-from-microphone?pivots=programming-language-python
56+
[4-blob]: ../../../../quickstarts/from-blob?pivots=programming-language-python
57+
58+
[python]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python
59+
60+
[swift-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-ios.md
61+
[swift-macOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-macos.md
62+
63+
[swift-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios
64+
[swift-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos

0 commit comments

Comments
 (0)