Skip to content

Commit a696701

Browse files
committed
Attempt to add a new pivot category
1 parent 2b00dc6 commit a696701

File tree

4 files changed

+47
-4
lines changed

4 files changed

+47
-4
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
author: trrwilson
3+
ms.service: cognitive-services
4+
ms.topic: include
5+
ms.date: 03/20/2020
6+
ms.author: travisw
7+
---
8+
9+
## Additional language and platform support
10+
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.
12+
13+
| 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) |
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Quickstart: Create a custom voice assistant - Speech service"
3+
titleSuffix: Azure Cognitive Services
4+
services: cognitive-services
5+
author: trrwilson
6+
manager: nitinme
7+
ms.service: cognitive-services
8+
ms.subservice: speech-service
9+
ms.topic: include
10+
ms.date: 03/20/2020
11+
ms.author: travisw
12+
---
13+
14+
View or download all <a href="https://aka.ms/speech/github">Speech SDK Samples</a> on GitHub.

articles/cognitive-services/Speech-Service/quickstarts/voice-assistants.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 02/10/2020
1212
ms.author: travisw
13-
zone_pivot_groups: programming-languages-set-nine
13+
zone_pivot_groups: programming-languages-set-twelve
1414
---
1515

16-
1716
# Quickstart: Create a custom voice assistant
1817

1918
[!INCLUDE [Header](../includes/quickstarts/voice-assistants/header.md)]
@@ -28,6 +27,6 @@ zone_pivot_groups: programming-languages-set-nine
2827
[!INCLUDE [java](../includes/quickstarts/voice-assistants/java/java.md)]
2928
::: zone-end
3029

31-
::: zone pivot="programming-language-more"
32-
[!INCLUDE [More samples](../includes/quickstarts/voice-assistants/more/more.md)]
30+
::: zone pivot="programming-language-go"
31+
[!INCLUDE [More samples](../includes/quickstarts/voice-assistants/go/go.md)]
3332
::: zone-end

articles/zone-pivot-groups.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ groups:
162162
title: Java
163163
- id: programming-language-python
164164
title: Python
165+
id: programming-languages-set-twelve
166+
prompt: Choose a programming language
167+
- id: programming-language-csharp
168+
title: C#
169+
- id: programming-language java
170+
title: Java
171+
- id: programming-language-go
172+
title: Go
165173
# Service-specific groups
166174
- id: cogsvcs-text-analytics-features
167175
title: Text Analytics features

0 commit comments

Comments
 (0)