Skip to content

Commit 41ac651

Browse files
Incorporate feedback and minor edits.
1 parent 4b87fd3 commit 41ac651

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Follow these steps to create a console application and install the Speech SDK.
150150
1. [Build and run](/cpp/build/vscpp-step-2-build) your application to start conversation transcription:
151151

152152
> [!IMPORTANT]
153-
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample will fail with an error message.
153+
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
154154

155155
The transcribed conversation should be output as text:
156156

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/csharp.md

Lines changed: 2 additions & 2 deletions
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 command 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
@@ -133,7 +133,7 @@ Follow these steps to create a console application and install the Speech SDK.
133133
```
134134

135135
> [!IMPORTANT]
136-
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` environment [variables](#set-environment-variables). If you don't set these variables, the sample will fail with an error message.
136+
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
137137
138138
The transcribed conversation should be output as text:
139139

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Follow these steps to create a console application for conversation transcriptio
161161
```
162162

163163
> [!IMPORTANT]
164-
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample will fail with an error message.
164+
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
165165
166166
The transcribed conversation should be output as text:
167167

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To set up your environment, install the Speech SDK for JavaScript. If you just w
2626

2727
Follow these steps to create a new console application for conversation transcription.
2828

29-
1. Open a Command Prompt window where you want the new project, and create a new file named `ConversationTranscription.js`.
29+
1. Open a command prompt window where you want the new project, and create a new file named `ConversationTranscription.js`.
3030

3131
1. Install the Speech SDK for JavaScript:
3232

@@ -105,7 +105,7 @@ Follow these steps to create a new console application for conversation transcri
105105
```
106106

107107
> [!IMPORTANT]
108-
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample will fail with an error message.
108+
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
109109
110110
The transcribed conversation should be output as text:
111111

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install a version of [Python from 3.7 or later](https://www.python.org/downloads
3131

3232
Follow these steps to create a new console application.
3333

34-
1. Open a Command Prompt window where you want the new project, and create a new file named `conversation_transcription.py`.
34+
1. Open a command prompt window where you want the new project, and create a new file named `conversation_transcription.py`.
3535

3636
1. Run this command to install the Speech SDK:
3737

@@ -120,7 +120,7 @@ Follow these steps to create a new console application.
120120
```
121121

122122
> [!IMPORTANT]
123-
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample will fail with an error message.
123+
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
124124
125125
The transcribed conversation should be output as text:
126126

0 commit comments

Comments
 (0)