Skip to content

Commit 31ac6c9

Browse files
committed
install SDK H2 title
1 parent 58c825b commit 31ac6c9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
1414

1515
[!INCLUDE [Requirements](cpp-requirements.md)]
1616

17-
## Install the Speech SDK
17+
## Install the Speech SDK for C++
1818

1919
The Speech SDK for C++ is available as a NuGet package. For more information, see <a href="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech" target="_blank">Microsoft.CognitiveServices.Speech</a>.
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code samples in the documentation are written in C# 8 and run on .NET standard 2
1616

1717
[!INCLUDE [Requirements](csharp-requirements.md)]
1818

19-
## Install the Speech SDK
19+
## Install the Speech SDK for C#
2020

2121
The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see <a href="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech" target="_blank">Microsoft.CognitiveServices.Speech</a>.
2222

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/go-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Speech SDK for Go only supports **Ubuntu 18.04/20.04/22.04**, **Debian 9/10/
1414

1515
You must install the [Go binary version 1.13 or later](https://go.dev/dl/).
1616

17-
## Install the Speech SDK
17+
## Install the Speech SDK for Go
1818

1919
[!INCLUDE [linux-install-sdk](linux-install-sdk.md)]
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Speech SDK is compatible with Android devices that have 32/64-bit ARM and In
2626

2727
You must install a Java Development Kit such as [Azul Zulu OpenJDK](https://www.azul.com/downloads/?package=jdk). The [Microsoft Build of OpenJDK](https://www.microsoft.com/openjdk) or your preferred JDK should also work.
2828

29-
## Install the Speech SDK
29+
## Install the Speech SDK for Java
3030

3131
Some of the instructions use a specific SDK version such as `1.23.0`. You can check the latest version by [searching our GitHub repo](https://github.com/Azure-Samples/cognitive-services-speech-sdk/search?q=com.microsoft.cognitiveservices.speech%3Aclient-sdk).
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Speech SDK for JavaScript is available as an npm package. See [microsoft-cog
1616

1717
Make sure to consider the various architectural implications between Node.js and client web browsers. For example, the [document object model (DOM)](https://en.wikipedia.org/wiki/Document_Object_Model) isn't available for server-side applications just as the [Node.js file system](https://nodejs.org/api/fs.html) isn't available to client-side applications.
1818

19-
## Install the Speech SDK
19+
## Install the Speech SDK for JavaScript
2020

2121
Depending on the target environment, use one of the following guides:
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
1313
> [!TIP]
1414
> For details about using the Speech SDK for Swift, see [Importing Objective-C into Swift](https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift).
1515
16-
## Install the Speech SDK
16+
## Install the Speech SDK for Objective-C
1717

1818
# [Mac](#tab/mac)
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
1414

1515
[!INCLUDE [Requirements](python-requirements.md)]
1616

17-
## Install the Speech SDK
17+
## Install the Speech SDK for Python
1818

1919
Before you install the Speech SDK for Python, make sure to satisfy the [platform requirements](#platform-requirements).
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
1313
> [!TIP]
1414
> For details about using the Speech SDK for Swift, see [Importing Objective-C into Swift](https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift).
1515
16-
## Install the Speech SDK
16+
## Install the Speech SDK for Swift
1717

1818
# [Mac](#tab/mac)
1919

0 commit comments

Comments
 (0)