Skip to content

Commit a342970

Browse files
committed
Updated hub page based on feedback.
1 parent a2a249e commit a342970

8 files changed

+87
-86
lines changed

articles/cognitive-services/Speech-Service/index-devices.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ landingContent:
2424
- linkListType: quickstart
2525
links:
2626
- text: Use Speech Device SDK (Windows)
27-
url: speech-devices-sdk-windows-quickstart.md
27+
url: speech-devices-sdk-quickstart.md?pivots=platform-windows
2828
- text: Use Speech Device SDK (Linux)
29-
url: speech-devices-sdk-linux-quickstart.md
29+
url: speech-devices-sdk-quickstart.md?pivots=platform-linux
3030
- text: Use Speech Device SDK (Android)
31-
url: speech-devices-sdk-android-quickstart.md
31+
url: speech-devices-sdk-quickstart.md?pivots=platform-android
3232
- title: Step-by-step guides
3333
linkLists:
3434
- linkListType: how-to-guide

articles/cognitive-services/Speech-Service/index.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ conceptualContent:
110110
text: About Voice Assistants
111111
url: voice-assistants.md
112112
- itemType: quickstart
113-
text: Create Custom commands for your Assistant
113+
text: Create a voice assistant using Custom Commands
114114
url: custom-commands.md
115115
- itemType: get-started
116-
text: Power your Voice Assistant with Direct Line Speech
116+
text: • Create a voice assistant using the Bot Framework
117117
url: direct-line-speech.md
118118
footerLink:
119119
text: See more
@@ -134,15 +134,15 @@ conceptualContent:
134134
url: index-hosting.yml
135135
- title: Devices
136136
links:
137+
- itemType: overview
138+
text: About the Speech Devices SDK
139+
url: speech-devices-sdk.md
140+
- itemType: how-to-guide
141+
text: Get the Speech Devices SDK
142+
url: get-speech-devices-sdk.md
137143
- itemType: quickstart
138-
text: Use Speech Device SDK (Windows)
139-
url: speech-devices-sdk-windows-quickstart.md
140-
- itemType: quickstart
141-
text: Use Speech Device SDK (Linux)
142-
url: speech-devices-sdk-linux-quickstart.md
143-
- itemType: quickstart
144-
text: Use Speech Device SDK (Android)
145-
url: speech-devices-sdk-android-quickstart.md
144+
text: Use Speech Devices SDK
145+
url: speech-devices-sdk-quickstart.md
146146
footerLink:
147147
text: See more
148148
url: index-devices.yml

articles/cognitive-services/Speech-Service/speech-devices-sdk-android-quickstart.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
---
2-
title: 'Quickstart: Run the Speech Devices SDK on Android - Speech service'
3-
titleSuffix: Azure Cognitive Services
4-
description: Prerequisites and instructions for getting started with an Android Speech Devices SDK.
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
94
ms.subservice: speech-service
10-
ms.topic: quickstart
11-
ms.date: 02/12/2020
12-
ms.author: erhopf
5+
ms.topic: include
6+
ms.date: 02/20/2020
7+
ms.author: dapine
138
---
149

15-
# Quickstart: Run the Speech Devices SDK sample app on Android
16-
1710
In this quickstart, you'll learn how to use the Speech Devices SDK for Android to build a speech-enabled product or use it as a [Conversation Transcription](conversation-transcription-service.md) device.
1811

1912
This guide requires an [Azure Cognitive Services](get-started.md) account with a Speech service resource. If you don't have an account, you can use the [free trial](https://azure.microsoft.com/try/cognitive-services/) to get a subscription key.
@@ -182,8 +175,3 @@ If you cannot connect to the Speech Device. Type the following command in a Comm
182175
> This command uses the Android Debug Bridge, `adb.exe`, which is part of the Android Studio installation. This tool is located in C:\Users\[user name]\AppData\Local\Android\Sdk\platform-tools. You can add this directory to your path to make it more convenient to invoke `adb`. Otherwise, you must specify the full path to your installation of adb.exe in every command that invokes `adb`.
183176
>
184177
> If you see an error `no devices/emulators found` then check your USB cable is connected and ensure a high quality cable is used.
185-
186-
## Next steps
187-
188-
> [!div class="nextstepaction"]
189-
> [Review the release notes](devices-sdk-release-notes.md)

articles/cognitive-services/Speech-Service/speech-devices-sdk-linux-quickstart.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
---
2-
title: "Quickstart: Run the Speech Devices SDK on Linux - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: Prerequisites and instructions for getting started with a Linux Speech Devices SDK.
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
8-
2+
author: IEvangelist
93
ms.service: cognitive-services
104
ms.subservice: speech-service
11-
ms.topic: quickstart
12-
ms.date: 02/12/2020
13-
ms.author: erhopf
5+
ms.topic: include
6+
ms.date: 02/20/2020
7+
ms.author: dapine
148
---
159

16-
# Quickstart: Run the Speech Devices SDK sample app on Linux
17-
1810
In this quickstart, you'll learn how to use the Speech Devices SDK for Linux to build a speech-enabled product or use it as a [Conversation Transcription](conversation-transcription-service.md) device. Currently only the [Azure Kinect DK](https://azure.microsoft.com/services/kinect-dk/) is supported.
1911

2012
The application is built with the Speech SDK package, and the Eclipse Java IDE (v4) on 64-bit Linux (Ubuntu 16.04, Ubuntu 18.04, Debian 9). It runs on a 64-bit Java 8 runtime environment (JRE).
@@ -183,8 +175,3 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
183175
```bash
184176
java -jar SpeechDemo.jar
185177
```
186-
187-
## Next steps
188-
189-
> [!div class="nextstepaction"]
190-
> [Review the release notes](devices-sdk-release-notes.md)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: 'Quickstart: Run the Speech Devices SDK on Windows, Linux or Android - Speech service'
3+
titleSuffix: Azure Cognitive Services
4+
description: Prerequisites and instructions for getting started with a Windows, Linux or Android Speech Devices SDK.
5+
services: cognitive-services
6+
author: IEvangelist
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.subservice: speech-service
10+
ms.topic: quickstart
11+
ms.date: 02/20/2020
12+
ms.author: dapine
13+
zone_pivot_groups: platforms-set-of-three
14+
---
15+
16+
# Quickstart: Run the Speech Devices SDK sample app on Windows, Linux or Android
17+
18+
::: zone pivot="platform-windows"
19+
[!INCLUDE [Windows platform](speech-devices-sdk-windows-quickstart.md)]
20+
::: zone-end
21+
22+
::: zone pivot="platform-linux"
23+
[!INCLUDE [Linux platform](speech-devices-sdk-linux-quickstart.md)]
24+
::: zone-end
25+
26+
::: zone pivot="platform-android"
27+
[!INCLUDE [Android platform](speech-devices-sdk-android-quickstart.md)]
28+
::: zone-end
29+
30+
## Next steps
31+
32+
> [!div class="nextstepaction"]
33+
> [Review the release notes](devices-sdk-release-notes.md)

articles/cognitive-services/Speech-Service/speech-devices-sdk-windows-quickstart.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
---
2-
title: 'Quickstart: Run the Speech Devices SDK on Windows - Speech service'
3-
titleSuffix: Azure Cognitive Services
4-
description: Prerequisites and instructions for getting started with a Windows Speech Devices SDK.
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
8-
2+
author: IEvangelist
93
ms.service: cognitive-services
104
ms.subservice: speech-service
11-
ms.topic: quickstart
12-
ms.date: 02/12/2020
13-
ms.author: erhopf
5+
ms.topic: include
6+
ms.date: 02/20/2020
7+
ms.author: dapine
148
---
159

16-
# Quickstart: Run the Speech Devices SDK sample app on Windows
17-
1810
In this quickstart, you'll learn how to use the Speech Devices SDK for Windows to build a speech-enabled product or use it as a [Conversation Transcription](conversation-transcription-service.md) device. For Conversation Transcription only the [Azure Kinect DK](https://azure.microsoft.com/services/kinect-dk/) is supported. For other speech use linear mic arrays that provide a microphone array geometry are supported.
1911

2012
The application is built with the Speech SDK package, and the Eclipse Java IDE (v4) on 64-bit Windows. It runs on a 64-bit Java 8 runtime environment (JRE).
@@ -155,8 +147,3 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
155147
```powershell
156148
java -jar SpeechDemo.jar
157149
```
158-
159-
## Next steps
160-
161-
> [!div class="nextstepaction"]
162-
> [Review the release notes](devices-sdk-release-notes.md)

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
- name: Speech-to-text
1414
expanded: false
1515
items:
16+
- name: Speech-to-text documentation
17+
href: index-speech-to-text.yml
1618
- name: Overview
1719
items:
18-
- name: Speech-to-text documentation
19-
href: index-speech-to-text.yml
2020
- name: What is speech-to-text?
2121
href: speech-to-text.md
2222
- name: Quickstart
@@ -102,10 +102,10 @@
102102
- name: Text-to-speech
103103
expanded: false
104104
items:
105+
- name: Text-to-speech documentation
106+
href: index-text-to-speech.yml
105107
- name: Overview
106108
items:
107-
- name: Text-to-speech documentation
108-
href: index-text-to-speech.yml
109109
- name: What is text-to-speech?
110110
href: text-to-speech.md
111111
- name: Quickstart
@@ -201,10 +201,10 @@
201201
- name: Speech translation
202202
expanded: false
203203
items:
204+
- name: Speech translation documentation
205+
href: index-speech-translation.yml
204206
- name: Overview
205207
items:
206-
- name: Speech translation documentation
207-
href: index-speech-translation.yml
208208
- name: What is speech translation?
209209
href: speech-translation.md
210210
- name: Quickstart
@@ -251,10 +251,8 @@
251251
- name: Intent recognition
252252
expanded: false
253253
items:
254-
- name: Overview
255-
items:
256-
- name: Intent recognition documentation
257-
href: index-intent-recognition.yml
254+
- name: Intent recognition documentation
255+
href: index-intent-recognition.yml
258256
- name: Quickstart
259257
items:
260258
- name: Recognize speech, intents, and entities
@@ -365,6 +363,8 @@
365363
- name: Voice assistants
366364
expanded: false
367365
items:
366+
- name: Voice assistants documentation
367+
href: index-voice-assistants.yml
368368
- name: Overview
369369
items:
370370
- name: What is a voice assistant?
@@ -416,10 +416,8 @@
416416
- name: Hosting
417417
expanded: false
418418
items:
419-
- name: Overview
420-
items:
421-
- name: Hosting documentation
422-
href: index-hosting.yml
419+
- name: Hosting documentation
420+
href: index-hosting.yml
423421
- name: How-to guides
424422
items:
425423
- name: Install and run containers
@@ -486,10 +484,10 @@
486484
- name: Devices
487485
expanded: false
488486
items:
487+
- name: Speech devices documentation
488+
href: index-devices.yml
489489
- name: Overview
490490
items:
491-
- name: Speech devices documentation
492-
href: index-devices.yml
493491
- name: About the Speech Devices SDK
494492
href: speech-devices-sdk.md
495493
- name: Get the Speech Devices SDK
@@ -502,12 +500,8 @@
502500
href: speech-devices-sdk-roobo-v1.md
503501
- name: Quickstart
504502
items:
505-
- name: Windows
506-
href: speech-devices-sdk-windows-quickstart.md
507-
- name: Linux
508-
href: speech-devices-sdk-linux-quickstart.md
509-
- name: Android
510-
href: speech-devices-sdk-android-quickstart.md
503+
- name: Use Speech Devices SDK
504+
href: speech-devices-sdk-quickstart.md
511505
- name: Resources
512506
items:
513507
- name: Troubleshoot the Speech Devices SDK

articles/zone-pivot-groups.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ groups:
189189
- id: programming-language-javascript
190190
title: JavaScript
191191
- id: programming-language-other
192-
title: Other languages...
192+
title: Other languages...
193193
- id: programming-languages-set-diberry-3core
194194
title: Programming languages
195195
prompt: Choose a programming language
@@ -200,3 +200,15 @@ groups:
200200
title: JavaScript
201201
- id: programming-language-python
202202
title: Python
203+
- id: programming-language-nodejs
204+
title: Node.js
205+
- id: platforms-set-of-three
206+
title: Platforms
207+
prompt: Choose a platform
208+
pivots:
209+
- id: platform-windows
210+
title: Windows
211+
- id: platform-linux
212+
title: Linux
213+
- id: platform-android
214+
title: Android

0 commit comments

Comments
 (0)