Skip to content

Commit 2176427

Browse files
author
Trevor Bye
committed
changes
1 parent d988811 commit 2176427

8 files changed

+26
-9
lines changed

articles/cognitive-services/Speech-Service/quickstarts/intent-recognition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 01/27/2020
1212
ms.author: erhopf
13-
zone_pivot_groups: programming-languages-set-sixteen
13+
zone_pivot_groups: programming-languages-set-two-with-js
1414
---
1515

1616
# Quickstart: Recognize speech, intents, and entities with Language Understanding (LUIS)
@@ -42,7 +42,7 @@ zone_pivot_groups: programming-languages-set-sixteen
4242
::: zone pivot="programming-language-javascript"
4343
[!INCLUDE [Header](../includes/quickstarts/intent-recognition/header.md)]
4444
[!INCLUDE [Header](../includes/quickstarts/intent-recognition/javascript/header.md)]
45-
[!INCLUDE [python](../includes/quickstarts/intent-recognition/javascript/javascript.md)]
45+
[!INCLUDE [javascript](../includes/quickstarts/intent-recognition/javascript/javascript.md)]
4646
::: zone-end
4747

4848
::: zone pivot="programming-language-more"

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ zone_pivot_groups: programming-languages-set-sixteen
6161

6262
[!INCLUDE [Header](../includes/quickstarts/from-microphone/header.md)]
6363

64-
[!INCLUDE [Python Header](../includes/quickstarts/from-microphone/go/header.md)]
64+
[!INCLUDE [Go Header](../includes/quickstarts/from-microphone/go/header.md)]
6565

66-
[!INCLUDE [python](../includes/quickstarts/from-microphone/go/go.md)]
66+
[!INCLUDE [go](../includes/quickstarts/from-microphone/go/go.md)]
6767

6868
::: zone-end
6969

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-audio-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 02/10/2020
1212
ms.author: trbye
13-
zone_pivot_groups: programming-languages-set-sixteen
13+
zone_pivot_groups: programming-languages-set-two-with-js
1414
---
1515

1616
# Quickstart: Synthesize speech into an audio file

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 02/10/2020
1212
ms.author: trbye
13-
zone_pivot_groups: programming-languages-set-sixteen
13+
zone_pivot_groups: programming-languages-set-two-with-js
1414
---
1515

1616
# Quickstart: Synthesize speech to a speaker

articles/cognitive-services/Speech-Service/quickstarts/translate-speech-to-speech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 02/10/2020
1212
ms.author: trbye
13-
zone_pivot_groups: programming-languages-set-sixteen
13+
zone_pivot_groups: programming-languages-set-two-with-js
1414
---
1515

1616
# Quickstart: Translate speech-to-speech

articles/cognitive-services/Speech-Service/quickstarts/translate-speech-to-text-multiple-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 02/10/2020
1212
ms.author: trbye
13-
zone_pivot_groups: programming-languages-set-sixteen
13+
zone_pivot_groups: programming-languages-set-two-with-js
1414
---
1515

1616
# Quickstart: Translate speech to multiple languages

articles/cognitive-services/Speech-Service/quickstarts/translate-speech-to-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: speech-service
1010
ms.topic: quickstart
1111
ms.date: 02/10/2020
1212
ms.author: trbye
13-
zone_pivot_groups: programming-languages-set-sixteen
13+
zone_pivot_groups: programming-languages-set-two-with-js
1414
---
1515

1616
# Quickstart: Translate speech-to-text

articles/zone-pivot-groups.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,20 @@ groups:
330330
title: Python
331331
- id: programming-language-go
332332
title: Go
333+
- id: programming-languages-set-two-with-js
334+
# Owner: erhopf
335+
title: Programming languages
336+
prompt: Choose a programming language
337+
pivots:
338+
- id: programming-language-csharp
339+
title: C#
340+
- id: programming-language-cpp
341+
title: C++
342+
- id: programming-language-java
343+
title: Java
344+
- id: programming-language-python
345+
title: Python
346+
- id: programming-language-javascript
347+
title: JavaScript
348+
- id: programming-language-more
349+
title: More languages...

0 commit comments

Comments
 (0)