Skip to content

Commit 252cd0f

Browse files
committed
install SDK H2 title
1 parent 31ac6c9 commit 252cd0f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Next, create your project and select the target architecture:
7575

7676
If you're running 64-bit Windows, select **x64** in the drop-down box. 64-bit Windows can also run 32-bit applications, so you can choose **x86** if you prefer.
7777

78-
#### Install the Speech SDK
78+
#### Install the Speech SDK by using Visual Studio
7979

8080
Finally, install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget) and reference the Speech SDK in your project:
8181

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This guide requires:
2929
- On iOS, an iOS device (ARM64) enabled for development with a working microphone.
3030
- On macOS, a Mac device (x64) and the latest LTS version of Unity 2019 (or later) for integrated support for microphone access in Unity Player settings.
3131

32-
### Install the Speech SDK
32+
### Install the Speech SDK for Unity
3333

3434
To install the Speech SDK for Unity, follow these steps:
3535

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Allow the project to capture audio input:
105105

106106
1. From the menu bar, select **File** > **Save Package.appxmanifest** to save your changes.
107107

108-
### Install the Speech SDK
108+
### Install the Speech SDK for UWP
109109

110110
Finally, install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget), and reference the Speech SDK in your project:
111111

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-xamarin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Next, create your project and select the target architecture:
8585

8686
In the **Start-up Projects** drop-down box, select **helloworld.UWP (Universal Windows)**.
8787

88-
#### Install the Speech SDK
88+
#### Install the Speech SDK for Xamarin
8989

9090
Install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget), and reference the Speech SDK in your project:
9191

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Create a new project in Android Studio and add the Speech SDK for Java as a libr
4242

4343
Android Studio takes some moments to prepare your new project. If this is your first time using Android Studio, it may take a few minutes to set preferences, accept licenses, and complete the wizard.
4444

45-
#### Install the Speech SDK
45+
#### Install the Speech SDK for Java on Android
4646

4747
Add the Speech SDK as a dependency in your project.
4848

0 commit comments

Comments
 (0)