Skip to content

Commit 8193350

Browse files
Acrolinx and minor fixes.
1 parent 7c64634 commit 8193350

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/ai-services/speech-service/get-started-speech-to-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ keywords: speech to text, speech to text software
3939
::: zone-end
4040

4141
::: zone pivot="programming-language-objectivec"
42-
Azure Speech services are not supported.
42+
Azure Speech services aren't supported.
4343
::: zone-end
4444

4545
::: zone pivot="programming-language-swift"
46-
Azure Speech services are not supported.
46+
Azure Speech services aren't supported.
4747
::: zone-end
4848

4949
::: zone pivot="programming-language-python"

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here are some other considerations:
5353

5454
***
5555

56-
- To improve recognition accuracy of specific words or utterances, use a [phrase list](~/articles/ai-services/speech-service/improve-accuracy-phrase-list.md). You include a phrase list in-line or with a text file along with the recognize command:
56+
- To improve recognition accuracy of specific words or utterances, use a [phrase list](~/articles/ai-services/speech-service/improve-accuracy-phrase-list.md). You include a phrase list in-line or with a text file along with the `recognize` command:
5757

5858
# [Terminal](#tab/terminal)
5959

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Follow these steps to create a console application and install the Speech SDK.
2828

2929
1. Create a new C++ console project in [Visual Studio Community](https://visualstudio.microsoft.com/downloads/) named `SpeechRecognition`.
3030

31-
1. Select **Tools** > **Nuget Package Manager** > **Packet Manager Console**. In the **Packet Manager Console**, run this command:
31+
1. Select **Tools** > **Nuget Package Manager** > **Package Manager Console**. In the **Package Manager Console**, run this command:
3232

3333
```console
3434
Install-Package Microsoft.CognitiveServices.Speech

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2626

2727
Follow these steps to create a console application and install the Speech SDK.
2828

29-
1. Command Prompt window in the folder where you want the new project. Run this comment to create a console application with the .NET CLI.
29+
1. Open a Command Prompt window in the folder where you want the new project. Run this command to create a console application with the .NET CLI.
3030

3131
```dotnetcli
3232
dotnet new console

0 commit comments

Comments
 (0)