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/ai-services/speech-service/includes/quickstarts/platform/cpp-macos.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,38 +8,37 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: include
11
-
ms.date: 06/11/2022
11
+
ms.date: 09/05/2023
12
12
ms.author: eur
13
13
---
14
14
15
-
This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-service/speech-sdk.md) for C++ on macOS 10.14 or later. The steps include downloading the required libraries and header files as a .zip file from https://aka.ms/csspeech/macosbinary.
15
+
This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-service/speech-sdk.md) for C++ on macOS 10.14 or later. The steps include downloading the [required libraries and header files](https://aka.ms/csspeech/macosbinary) as a *.zip* file.
16
16
17
-
1. Choose a directory to which the Speech SDK files should be extracted, and set the `SPEECHSDK_ROOT` environment variable to point to that directory. This variable makes it easy to refer to the directory in future commands.
17
+
1. Choose a directory to which the Speech SDK files should be extracted, and set the `SPEECHSDK_ROOT` environment variable to point to that directory. This variable makes it easy to refer to the directory in future commands.
18
18
19
-
For example, if you want to use the directory `speechsdk` in your home directory, use a command like the following:
19
+
For example, if you want to use the directory *speechsdk* in your home directory, use a command like the following example:
20
20
21
-
```sh
21
+
```console
22
22
export SPEECHSDK_ROOT="$HOME/speechsdk"
23
23
```
24
24
25
-
1. Create the directory if it doesn't exist yet:
25
+
1. Create the directory if it doesn't exist:
26
26
27
-
```sh
27
+
```console
28
28
mkdir -p "$SPEECHSDK_ROOT"
29
29
```
30
30
31
-
1. Download and extract the .zip archive that contains the Speech SDK XCFramework:
31
+
1. Download and extract the *.zip* archive that contains the Speech SDK XCFramework:
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/quickstarts/platform/cpp-requirements.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: eric-urban
3
3
ms.service: cognitive-services
4
4
ms.topic: include
5
-
ms.date: 06/10/2022
5
+
ms.date: 09/05/2023
6
6
ms.author: eur
7
7
---
8
8
@@ -16,7 +16,12 @@ You must install the [Microsoft Visual C++ Redistributable for Visual Studio 201
16
16
17
17
# [Linux](#tab/linux)
18
18
19
-
The Speech SDK for C++ only supports **Ubuntu 18.04/20.04/22.04**, **Debian 10/11**, **Red Hat Enterprise Linux (RHEL) 7/8**, and **CentOS 7/8** on the following architectures when used with Linux: x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu)
19
+
The Speech SDK for C++ only supports the following distributions on the x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/quickstarts/platform/cpp-windows.md
+23-24Lines changed: 23 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: include
11
-
ms.date: 06/11/2022
11
+
ms.date: 09/05/2023
12
12
ms.author: eur
13
13
ms.custom: ignite-fall-2021
14
14
---
@@ -17,8 +17,8 @@ This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-s
17
17
18
18
This setup guide requires:
19
19
20
-
*[Microsoft Visual C++ Redistributable for Visual Studio 2019](https://support.microsoft.com/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0) for the Windows platform. Installing it for the first time might require a restart.
21
-
*[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/).
20
+
-[Microsoft Visual C++ Redistributable for Visual Studio 2019](https://support.microsoft.com/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0) for the Windows platform. Installing it for the first time might require a restart.
21
+
-[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/).
22
22
23
23
### Create a project in Visual Studio and install the Speech SDK
24
24
@@ -33,21 +33,21 @@ To create a Visual Studio project for C++ desktop development, you need to:
33
33
34
34
To start, make sure you're set up correctly in Visual Studio for C++ desktop development:
35
35
36
-
1. Open Visual Studio 2019 to display the start window.
36
+
1. Open Visual Studio 2019 to display the start window.
37
37
38
38
1. Select **Continue without code** to go to the Visual Studio IDE.
39
39
40
-

40
+
:::image type="content" source="~/articles/ai-services/speech-service/media/sdk/vs-start-window.png" alt-text="Screenshot that shows the Visual Studio 2019 start window." lightbox="~/articles/ai-services/speech-service/media/sdk/vs-start-window.png":::
41
41
42
-
1. From the Visual Studio menu bar, select **Tools** > **Get Tools and Features** to open Visual Studio Installer and view the **Modifying** dialog.
42
+
1. From the Visual Studio menu bar, select **Tools** > **Get Tools and Features** to open Visual Studio Installer and view the **Modifying** dialog box.
43
43
44
-
1. On the **Workloads** tab, under **Windows**, find the **Desktop development with C++** workload. If the check box next to that workload isn't already selected, select it.
44
+
1. On the **Workloads** tab, under **Windows**, find the **Desktop development with C++** workload. If that workload isn't already selected, select it.
45
45
46
-

46
+
:::image type="content" source="~/articles/ai-services/speech-service/media/sdk/vs-enable-cpp-workload.png" alt-text="Screenshot that shows the Workloads tab of the Modifying dialog box for Visual Studio Installer." lightbox="~/articles/ai-services/speech-service/media/sdk/vs-enable-cpp-workload.png":::
47
47
48
-
1. On the **Individual components** tab, find the **NuGet package manager** check box. If the check box isn't already selected, select it.
48
+
1. On the **Individual components** tab, find the **NuGet package manager** check box. If it isn't already selected, select it.
49
49
50
-
1. In the corner, select the button labeled either **Close** or **Modify**. The button name varies depending on whether you selected any features for installation.
50
+
1. In the corner, select either **Close** or **Modify**. The button name varies depending on whether you selected any features for installation.
51
51
52
52
If you select **Modify**, installation begins. The process might take a while.
53
53
@@ -57,45 +57,44 @@ To start, make sure you're set up correctly in Visual Studio for C++ desktop dev
57
57
58
58
Next, create your project and select the target architecture:
59
59
60
-
1.On the Visual Studio menu bar, select **File** > **New** > **Project** to display the **Create a new project** window.
61
-
60
+
1.From the Visual Studio menu, select **File** > **New** > **Project** to display the **Create a new project** window.
61
+
62
62
1. Find and select **Console App**. Make sure that you select the C++ version of this project type, as opposed to C# or Visual Basic.
63
63
64
64
1. Select **Next**.
65
65
66
-

66
+
:::image type="content" source="~/articles/ai-services/speech-service/media/sdk/qs-cpp-windows-01-new-console-app.png" alt-text="Screenshot of selections for creating a console app project in Visual Studio." lightbox="~/articles/ai-services/speech-service/media/sdk/qs-cpp-windows-01-new-console-app.png":::
67
67
68
-
1. In the **Configure your new project** dialog, in **Project name**, enter **helloworld**.
68
+
1. In the **Configure your new project** dialog box, in **Project name**, enter *helloworld*.
69
69
70
-
1. In **Location**, go to and select (or create) the folder where you want to save your project, and then select **Create**.
70
+
1. In **Location**, go to and select or create the folder where you want to save your project, and then select **Create**.
71
71
72
-

72
+
:::image type="content" source="~/articles/ai-services/speech-service/media/sdk/vs-enable-cpp-configure-your-new-project.png" alt-text="Screenshot of selections for configuring a new project in Visual Studio." lightbox="~/articles/ai-services/speech-service/media/sdk/vs-enable-cpp-configure-your-new-project.png":::
73
73
74
-
1. Select your target platform architecture. On the Visual Studio toolbar, find the **Solution Platforms**drop-down box. If you don't see it, select **View** > **Toolbars** > **Standard** to display the toolbar that contains **Solution Platforms**.
74
+
1. Select your target platform architecture. On the Visual Studio toolbar, find the **Solution Platforms**dropdown box. If you don't see it, select **View** > **Toolbars** > **Standard** to display the toolbar that contains **Solution Platforms**.
75
75
76
-
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.
76
+
If you're running 64-bit Windows, select **x64** in the dropdown box. 64-bit Windows can also run 32-bit applications, so you can choose **x86** if you prefer.
77
77
78
78
#### Install the Speech SDK by using Visual Studio
79
79
80
80
Finally, install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget) and reference the Speech SDK in your project:
81
81
82
82
1. In Solution Explorer, right-click your solution, and then select **Manage NuGet Packages for Solution** to go to the **NuGet - Solution** window.
83
83
84
-
1. Select **Browse**.
84
+
1. Select **Browse**.
85
85
86
86
1. In **Package source**, select **nuget.org**.
87
87
88
-

88
+
:::image type="content" source="~/articles/ai-services/speech-service/media/sdk/qs-cpp-windows-03-manage-nuget-packages.png" alt-text="Screenshot that shows the Manage NuGet Packages for Solution dialog box, with the Browse tab, search box, and package source highlighted." lightbox="~/articles/ai-services/speech-service/media/sdk/qs-cpp-windows-03-manage-nuget-packages.png":::
89
89
90
90
1. In the **Search** box, enter **Microsoft.CognitiveServices.Speech**. Choose that package after it appears in the search results.
91
91
92
92
1. In the package status pane next to the search results, select your **helloworld** project.
93
93
94
94
1. Select **Install**.
95
95
96
-

97
-
98
-
1. In the **Preview Changes** dialog, select **OK**.
96
+
:::image type="content" source="~/articles/ai-services/speech-service/media/sdk/qs-cpp-windows-04-nuget-install-1.0.0.png" alt-text="Screenshot that shows the Microsoft.CognitiveServices.Speech package selected, with the project and the Install button highlighted." lightbox="~/articles/ai-services/speech-service/media/sdk/qs-cpp-windows-04-nuget-install-1.0.0.png":::
99
97
100
-
1. In the **License Acceptance** dialog, view the license, and then select **I Accept**. The package installation begins. When installation is complete, the **Output** pane displays a message that's similar to the following text: `Successfully installed 'Microsoft.CognitiveServices.Speech 1.15.0' to helloworld`.
98
+
1. In the **Preview Changes** dialog box, select **OK**.
101
99
100
+
1. In the **License Acceptance** dialog box, view the license, and then select **I Accept**. The package installation begins. When installation is complete, the **Output** pane displays a message that's similar to the following text: `Successfully installed 'Microsoft.CognitiveServices.Speech 1.15.0' to helloworld`.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/quickstarts/platform/cpp.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,43 +2,41 @@
2
2
author: eric-urban
3
3
ms.service: cognitive-services
4
4
ms.topic: include
5
-
ms.date: 06/11/2022
5
+
ms.date: 09/05/2023
6
6
ms.author: eur
7
7
---
8
8
9
9
[!INCLUDE [Header](../../common/cpp.md)]
10
10
11
-
This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-service/speech-sdk.md) for C++.
11
+
This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-service/speech-sdk.md) for C++.
12
12
13
13
## Platform requirements
14
14
15
15
[!INCLUDE [Requirements](cpp-requirements.md)]
16
16
17
17
## Install the Speech SDK for C++
18
18
19
-
The Speech SDK for C++ is available as a NuGet package. For more information, see <ahref="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech"target="_blank">Microsoft.CognitiveServices.Speech</a>.
19
+
The Speech SDK for C++ is available as a NuGet package. For more information, see [Microsoft.CognitiveServices.Speech](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech).
20
20
21
21
# [Terminal](#tab/dotnetcli)
22
22
23
-
The Speech SDK for C# can be installed from the .NET CLI with the following `dotnet add` command:
23
+
The Speech SDK for C# can be installed from the .NET CLI by using the following `dotnet add` command:
0 commit comments