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/includes/speech-devices-sdk-android-quickstart.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ ms.author: dapine
9
9
10
10
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.
11
11
12
-
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.
12
+
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.
13
13
14
-
The source code for the sample application is included with the Speech Devices SDK. It's also [available on GitHub](../https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
14
+
The source code for the sample application is included with the Speech Devices SDK. It's also [available on GitHub](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
15
15
16
16
## Prerequisites
17
17
18
18
Before you start using the Speech Devices SDK, you'll need to:
19
19
20
20
- Follow the instructions provided with your [development kit](../get-speech-devices-sdk.md) to power on the device.
21
21
22
-
- Download the latest version of the [Speech Devices SDK](../https://aka.ms/sdsdk-download), and extract the .zip to your working directory.
22
+
- Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download), and extract the .zip to your working directory.
23
23
24
24
> [!NOTE]
25
25
> This quickstart assumes that the app is extracted to C:\SDSDK\Android-Sample-Release
@@ -28,11 +28,11 @@ Before you start using the Speech Devices SDK, you'll need to:
28
28
29
29
- If you plan to use the Conversation Transcription you must use a [circular microphone device](../get-speech-devices-sdk.md) and this feature is currently only available for "en-US" and "zh-CN" in regions, “centralus” and “eastasia”. You must have a speech key in one of those regions to use Conversation Transcription.
30
30
31
-
- If you plan to use the Speech service to identify intents (or actions) from user utterances, you'll need a [Language Understanding Service (LUIS)](../https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](../https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp).
31
+
- If you plan to use the Speech service to identify intents (or actions) from user utterances, you'll need a [Language Understanding Service (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp).
32
32
33
-
You can [create a simple LUIS model](../https://docs.microsoft.com/azure/cognitive-services/luis/) or use the sample LUIS model, LUIS-example.json. The sample LUIS model is available from the [Speech Devices SDK download site](../https://aka.ms/sdsdk-luis). To upload your model's JSON file to the [LUIS portal](../https://www.luis.ai/home), select **Import new app**, and then select the JSON file.
33
+
You can [create a simple LUIS model](https://docs.microsoft.com/azure/cognitive-services/luis/) or use the sample LUIS model, LUIS-example.json. The sample LUIS model is available from the [Speech Devices SDK download site](https://aka.ms/sdsdk-luis). To upload your model's JSON file to the [LUIS portal](https://www.luis.ai/home), select **Import new app**, and then select the JSON file.
34
34
35
-
- Install [Android Studio](../https://developer.android.com/studio/) and [Vysor](../https://vysor.io/download/) on your PC.
35
+
- Install [Android Studio](https://developer.android.com/studio/) and [Vysor](https://vysor.io/download/) on your PC.
36
36
37
37
## Set up the device
38
38
@@ -94,7 +94,7 @@ To validate your development kit setup, build and install the sample application
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](../https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
97
+
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
98
98
99
99
For speech and LUIS, your information goes into MainActivity.java:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/speech-devices-sdk-linux-quickstart.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@ ms.date: 02/20/2020
7
7
ms.author: dapine
8
8
---
9
9
10
-
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.
10
+
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.
11
11
12
12
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).
13
13
14
-
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.
14
+
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.
15
15
16
-
The source code for the [sample application](../https://aka.ms/sdsdk-download-JRE) is included with the Speech Devices SDK. It's also [available on GitHub](../https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
16
+
The source code for the [sample application](https://aka.ms/sdsdk-download-JRE) is included with the Speech Devices SDK. It's also [available on GitHub](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
*[Java 8](https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) only.
26
26
* An Azure subscription key for the Speech service. [Get one for free](../get-started.md).
27
-
* Download the latest version of the [Speech Devices SDK](../https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
27
+
* Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
28
28
> [!NOTE]
29
29
> This quickstart assumes that the app is extracted to /home/wcaltest/JRE-Sample-Release
30
30
@@ -46,7 +46,7 @@ Make sure these dependencies are installed before starting Eclipse.
46
46
47
47
Conversation Transcription is currently only available for "en-US" and "zh-CN", in the “centralus” and “eastasia” regions. You must have a speech key in one of those regions to use Conversation Transcription.
48
48
49
-
If you plan to use the intents you'll need a [Language Understanding Service (LUIS)](../https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](../https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp). A [sample LUIS model](../https://aka.ms/sdsdk-luis) is available for this app.
49
+
If you plan to use the intents you'll need a [Language Understanding Service (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp). A [sample LUIS model](https://aka.ms/sdsdk-luis) is available for this app.
50
50
51
51
## Create and configure the project
52
52
@@ -104,7 +104,7 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
104
104
105
105
## Configure the sample application
106
106
107
-
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](../https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
107
+
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
108
108
109
109
For speech and LUIS, your information goes into `FunctionsList.java`:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/speech-devices-sdk-windows-quickstart.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,31 @@ ms.date: 02/20/2020
7
7
ms.author: dapine
8
8
---
9
9
10
-
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.
10
+
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.
11
11
12
12
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).
13
13
14
-
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.
14
+
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.
15
15
16
-
The source code for the [sample application](../https://aka.ms/sdsdk-download-JRE) is included with the Speech Devices SDK. It's also [available on GitHub](../https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
16
+
The source code for the [sample application](https://aka.ms/sdsdk-download-JRE) is included with the Speech Devices SDK. It's also [available on GitHub](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
17
17
18
18
## Prerequisites
19
19
20
20
This quickstart requires:
21
21
22
22
* Operating System: 64-bit Windows
23
-
* A microphone array such as [Azure Kinect DK](../https://azure.microsoft.com/services/kinect-dk/)
*[Java 8](https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) only.
26
+
*[Microsoft Visual C++ Redistributable](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads)
27
27
* An Azure subscription key for the Speech service. [Get one for free](../get-started.md).
28
-
* Download the latest version of the [Speech Devices SDK](../https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
28
+
* Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
29
29
> [!NOTE]
30
30
> This quickstart assumes that the app is extracted to C:\SDSDK\JRE-Sample-Release
31
31
32
32
Conversation Transcription is currently only available for "en-US" and "zh-CN", in the “centralus” and “eastasia” regions. You must have a speech key in one of those regions to use Conversation Transcription.
33
33
34
-
If you plan to use the intents you'll need a [Language Understanding Service (LUIS)](../https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](../https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp). A [sample LUIS model](../https://aka.ms/sdsdk-luis) is available for this app.
34
+
If you plan to use the intents you'll need a [Language Understanding Service (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/azureibizasubscription) subscription. To learn more about LUIS and intent recognition, see [Recognize speech intents with LUIS, C#](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp). A [sample LUIS model](https://aka.ms/sdsdk-luis) is available for this app.
35
35
36
36
## Create and configure the project
37
37
@@ -80,7 +80,7 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
80
80
81
81
## Configure the sample application
82
82
83
-
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](../https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
83
+
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
84
84
85
85
For speech and LUIS, your information goes into `FunctionsList.java`:
0 commit comments