Skip to content

Commit 4e06107

Browse files
committed
Moved files to include dir, added redirects
1 parent a342970 commit 4e06107

File tree

5 files changed

+81
-66
lines changed

5 files changed

+81
-66
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48810,6 +48810,21 @@
4881048810
"source_path": "articles/terraform/terraform-vm-managed-identities-for-azure-resources.md",
4881148811
"redirect_url": "/azure/terraform/terraform-create-complete-vm",
4881248812
"redirect_document_id": false
48813+
},
48814+
{
48815+
"source_path": "articles/cognitive-services/Speech-Service/speech-devices-sdk-android-quickstart.md",
48816+
"redirect_url": "/azure/cognitive-services/speech-service/speech-devices-sdk-quickstart?pivots=platform-android",
48817+
"redirect_document_id": false
48818+
},
48819+
{
48820+
"source_path": "articles/cognitive-services/Speech-Service/speech-devices-sdk-linux-quickstart.md",
48821+
"redirect_url": "/azure/cognitive-services/speech-service/speech-devices-sdk-quickstart?pivots=platform-linux",
48822+
"redirect_document_id": false
48823+
},
48824+
{
48825+
"source_path": "articles/cognitive-services/Speech-Service/speech-devices-sdk-windows-quickstart.md",
48826+
"redirect_url": "/azure/cognitive-services/speech-service/speech-devices-sdk-quickstart?pivots=platform-windows",
48827+
"redirect_document_id": false
4881348828
}
4881448829
]
4881548830
}

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,55 +7,55 @@ ms.date: 02/20/2020
77
ms.author: dapine
88
---
99

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.
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.
1111

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.
1313

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).
1515

1616
## Prerequisites
1717

1818
Before you start using the Speech Devices SDK, you'll need to:
1919

20-
- Follow the instructions provided with your [development kit](get-speech-devices-sdk.md) to power on the device.
20+
- Follow the instructions provided with your [development kit](../get-speech-devices-sdk.md) to power on the device.
2121

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.
2323

2424
> [!NOTE]
2525
> This quickstart assumes that the app is extracted to C:\SDSDK\Android-Sample-Release
2626
27-
- To get an [Azure subscription key for Speech service](get-started.md)
27+
- To get an [Azure subscription key for Speech service](../get-started.md)
2828

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.
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.
3030

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).
3232

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.
3434

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.
3636

3737
## Set up the device
3838

3939
1. Start Vysor on your computer.
4040

41-
![Vysor](media/speech-devices-sdk/qsg-3.png)
41+
![Vysor](../media/speech-devices-sdk/qsg-3.png)
4242

4343
1. Your device should be listed under **Choose a device**. Select the **View** button next to the device.
4444

4545
1. Connect to your wireless network by selecting the folder icon, and then select **Settings** > **WLAN**.
4646

47-
![Vysor WLAN](media/speech-devices-sdk/qsg-4.png)
47+
![Vysor WLAN](../media/speech-devices-sdk/qsg-4.png)
4848

4949
> [!NOTE]
5050
> If your company has policies about connecting devices to its Wi-Fi system, you need to obtain the MAC address and contact your IT department about how to connect it to your company's Wi-Fi.
5151
>
5252
> To find the MAC address of the dev kit, select the file folder icon on the desktop of the dev kit.
5353
>
54-
> ![Vysor file folder](media/speech-devices-sdk/qsg-10.png)
54+
> ![Vysor file folder](../media/speech-devices-sdk/qsg-10.png)
5555
>
5656
> Select **Settings**. Search for "mac address", and then select **Mac address** > **Advanced WLAN**. Write down the MAC address that appears near the bottom of the dialog box.
5757
>
58-
> ![Vysor MAC address](media/speech-devices-sdk/qsg-11.png)
58+
> ![Vysor MAC address](../media/speech-devices-sdk/qsg-11.png)
5959
>
6060
> Some companies might have a time limit on how long a device can be connected to their Wi-Fi system. You might need to extend the dev kit's registration with your Wi-Fi system after a specific number of days.
6161
@@ -67,7 +67,7 @@ To validate your development kit setup, build and install the sample application
6767

6868
1. Select **Open an existing Android Studio project**.
6969

70-
![Android Studio - Open an existing project](media/speech-devices-sdk/qsg-5.png)
70+
![Android Studio - Open an existing project](../media/speech-devices-sdk/qsg-5.png)
7171

7272
1. Go to C:\SDSDK\Android-Sample-Release\example. Select **OK** to open the example project.
7373

@@ -94,7 +94,7 @@ To validate your development kit setup, build and install the sample application
9494
implementation'com.microsoft.cognitiveservices.speech:client-sdk:1.9.0'
9595
```
9696

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.
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.
9898

9999
For speech and LUIS, your information goes into MainActivity.java:
100100

@@ -117,7 +117,7 @@ To validate your development kit setup, build and install the sample application
117117
1. The default keyword is "Computer". You can also try one of the other provided keywords, like "Machine" or "Assistant". The resource files for these alternate keywords are in the Speech Devices SDK, in the keyword folder. For example, C:\SDSDK\Android-Sample-Release\keyword\Computer contains the files used for the keyword "Computer".
118118

119119
> [!TIP]
120-
> You can also [create a custom keyword](speech-devices-sdk-create-kws.md).
120+
> You can also [create a custom keyword](../speech-devices-sdk-create-kws.md).
121121
122122
To use a new keyword, update the following two lines in `MainActivity.java`, and copy the keyword package to your app. For example, to use the keyword 'Machine' from the keyword package kws-machine.zip:
123123

@@ -151,15 +151,15 @@ To validate your development kit setup, build and install the sample application
151151

152152
1. Select your device, and then select **OK** to deploy the application to the device.
153153

154-
![Select Deployment Target dialog box](media/speech-devices-sdk/qsg-7.png)
154+
![Select Deployment Target dialog box](../media/speech-devices-sdk/qsg-7.png)
155155

156156
1. The Speech Devices SDK example application starts and displays the following options:
157157

158-
![Sample Speech Devices SDK example application and options](media/speech-devices-sdk/qsg-8.png)
158+
![Sample Speech Devices SDK example application and options](../media/speech-devices-sdk/qsg-8.png)
159159

160-
1. Try the new Conversation Transcription demo. Start transcribing with 'Start Session'. By default everyone is a guest. However, if you have participant’s voice signatures they can be put into a file `/video/participants.properties` on the device. To generate the voice signature, look at [Transcribe conversations (SDK)](how-to-use-conversation-transcription-service.md).
160+
1. Try the new Conversation Transcription demo. Start transcribing with 'Start Session'. By default everyone is a guest. However, if you have participant’s voice signatures they can be put into a file `/video/participants.properties` on the device. To generate the voice signature, look at [Transcribe conversations (SDK)](../how-to-use-conversation-transcription-service.md).
161161

162-
![Demo Conversation Transcription application](media/speech-devices-sdk/qsg-15.png)
162+
![Demo Conversation Transcription application](../media/speech-devices-sdk/qsg-15.png)
163163

164164
1. Experiment!
165165

0 commit comments

Comments
 (0)