|
1 | 1 | ---
|
2 |
| -title: "Quickstart: Translate speech to multiple languages - Speech service" |
3 |
| -titleSuffix: Azure Cognitive Services |
4 |
| -description: TBD |
5 |
| -services: cognitive-services |
6 |
| -author: erhopf |
7 |
| -manager: nitinme |
| 2 | +author: IEvangelist |
8 | 3 | ms.service: cognitive-services
|
9 |
| -ms.subservice: speech-service |
10 | 4 | ms.topic: include
|
11 |
| -ms.date: 12/09/2019 |
12 |
| -ms.author: erhopf |
| 5 | +ms.date: 03/30/2020 |
| 6 | +ms.author: dapine |
13 | 7 | ---
|
14 | 8 |
|
15 | 9 | ## Additional language and platform support
|
16 | 10 |
|
17 | 11 | 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.
|
18 | 12 |
|
19 |
| -| Language | Code samples | |
20 |
| -|----------|--------------| |
21 |
| -| 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)| |
22 |
| -| 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) | |
23 |
| -| 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) | |
24 |
| -| Javascript |[Browser](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) | |
25 |
| -| Node.js |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) | |
26 |
| -| Objective-C |[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) | |
27 |
| -| Python |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python) | |
28 |
| -| Swift | [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) | |
| 13 | +| Language | Code samples | |
| 14 | +|-------------|------------------------------------------------------------------------------------------------| |
| 15 | +| C# | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] | |
| 16 | +| C++ | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] | |
| 17 | +| Java | [Android][java-android], [JRE][java-jre] | |
| 18 | +| JavaScript | [Browser, Node.js][js-code] | |
| 19 | +| Objective-C | [iOS][obj-iOS], [macOS][obj-macOS] | |
| 20 | +| Python | [Windows, Linux, macOS][python] | |
| 21 | +| Swift | [iOS][swift-iOS], [macOS][swift-macOS] | |
| 22 | + |
| 23 | +[dotnet]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet |
| 24 | +[netcore]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore |
| 25 | +[uwp]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp |
| 26 | +[unity]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity |
| 27 | +[xamarin]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin |
| 28 | + |
| 29 | +[cpp-windows]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows |
| 30 | +[cpp-linux]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux |
| 31 | +[cpp-mac]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos |
| 32 | + |
| 33 | +[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android |
| 34 | +[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre |
| 35 | + |
| 36 | +[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript |
| 37 | + |
| 38 | +[obj-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios |
| 39 | +[obj-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos |
| 40 | + |
| 41 | +[python]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python |
| 42 | + |
| 43 | +[swift-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios |
| 44 | +[swift-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos |
0 commit comments