File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
articles/cognitive-services/Speech-Service/includes/quickstarts
speech-translation-basics Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
31
31
32
32
Follow these steps to create a new console application and install the Speech SDK.
33
33
34
- 1 . Create a new C++ console project in Visual Studio.
34
+ 1 . Create a new C++ console project in Visual Studio Community 2022 named ` SpeechRecognition ` .
35
35
1 . Install the Speech SDK in your new project with the NuGet package manager.
36
36
``` powershell
37
37
Install-Package Microsoft.CognitiveServices.Speech
38
38
```
39
- 1. Replace the contents of `main .cpp` with the following code:
39
+ 1. Replace the contents of `SpeechRecognition .cpp` with the following code:
40
40
41
41
```cpp
42
42
#include <iostream>
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
25
25
26
26
Follow these steps to create a new console application and install the Speech SDK.
27
27
28
- 1 . Create a new C++ console project in Visual Studio named ` SpeechTranslation ` .
28
+ 1 . Create a new C++ console project in Visual Studio Community 2022 named ` SpeechTranslation ` .
29
29
1 . Install the Speech SDK in your new project with the NuGet package manager.
30
30
``` powershell
31
31
Install-Package Microsoft.CognitiveServices.Speech
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
31
31
32
32
Follow these steps to create a new console application and install the Speech SDK.
33
33
34
- 1 . Create a new C++ console project in Visual Studio.
34
+ 1 . Create a new C++ console project in Visual Studio Community 2022 named ` SpeechSynthesis ` .
35
35
1 . Install the Speech SDK in your new project with the NuGet package manager.
36
36
``` powershell
37
37
Install-Package Microsoft.CognitiveServices.Speech
38
38
```
39
- 1. Replace the contents of `main .cpp` with the following code:
39
+ 1. Replace the contents of `SpeechSynthesis .cpp` with the following code:
40
40
41
41
```cpp
42
42
#include <iostream>
You can’t perform that action at this time.
0 commit comments