You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/quickstart-custom-speech-commands-select-custom-voice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 12/10/2019
12
12
ms.author: anhoang
13
13
---
14
14
15
-
# Quickstart: Use Custom Commands with Custom Voice
15
+
# Quickstart: Use Custom Commands with Custom Voice (Preview)
16
16
17
17
In the [previous article](./quickstart-custom-speech-commands-create-parameters.md), we created a new Custom Commands project to respond to commands with parameters.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/quickstart-custom-speech-commands-speech-sdk.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,35 +12,35 @@ ms.date: 12/09/2019
12
12
ms.author: donkim
13
13
---
14
14
15
-
# Quickstart: Connect to a Custom Commands application with the Speech SDK
15
+
# Quickstart: Connect to a Custom Commands application with the Speech SDK (Preview)
16
16
17
17
After creating a hosted Custom Commands application, you can begin talking to it from a client device.
18
18
19
19
In this article, you'll:
20
20
21
21
- Publish a Custom Commands application and get an application identifier (App ID)
22
-
- Create a client app using the Speech SDK to allow you to talk to your Custom Commands application
22
+
- Create a UWP client app using the Speech SDK to allow you to talk to your Custom Commands application
23
23
24
24
## Prerequisites
25
-
25
+
[!div class="checklist"]
26
26
A Custom Commands application is required to complete this article. If you haven't created a Custom Commands application yet, you can do so in these previous quickstarts:
27
27
28
-
-[Quickstart: Create a Custom Command (Preview)](./quickstart-custom-speech-commands-create-new.md)
29
-
-[Quickstart: Create a Custom Command with Parameters (Preview)](./quickstart-custom-speech-commands-create-parameters.md)
28
+
*[Quickstart: Create a Custom Command (Preview)](./quickstart-custom-speech-commands-create-new.md)
29
+
*[Quickstart: Create a Custom Command with Parameters (Preview)](./quickstart-custom-speech-commands-create-parameters.md)
30
30
31
31
You'll also need:
32
32
33
-
-[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
34
-
- An Azure subscription key for Speech Services. [Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com)
35
-
-[Enable your device for development](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development)
33
+
*[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
34
+
* An Azure subscription key for Speech Services. [Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com)
35
+
*[Enable your device for development](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development)
36
36
37
37
## Optional: Get started fast
38
38
39
39
This quickstart describes, step by step, how to make a client application to connect to your Custom Commands app. If you prefer to dive right in, the complete, ready-to-compile source code used in this quickstart is available in the [Speech SDK Samples](https://aka.ms/csspeech/samples) under the `quickstart` folder.
40
40
41
41
## Step 1: Publish Custom Commands application
42
42
43
-
1. Open your [previously created Custom Commands application](./quickstart-custom-speech-commands-create-new.md) and select **Publish**
43
+
1. Open your [previously created Custom Commands application (Preview)](./quickstart-custom-speech-commands-create-new.md) and select **Publish**
0 commit comments