Skip to content

Commit 5676061

Browse files
committed
Minor tweaks
1 parent 40616d3 commit 5676061

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you get started:
1717
1818
## Source code
1919

20-
Create a C++ source file named `helloworld.cpp`, and paste the following code into it.
20+
Create a C++ source file named *helloworld.cpp*, and paste the following code into it.
2121

2222
[!code-cpp[Quickstart Code](~/samples-cognitive-services-speech-sdk/quickstart/cpp/linux/from-microphone/helloworld.cpp#code)]
2323

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before you get started:
1515
> * [Setup your development environment and create an empty project](../../../../quickstarts/setup-platform.md?tabs=windows)
1616
> * Make sure that you have access to a microphone for audio capture
1717
18-
## Add sample code
18+
## Source code
1919

2020
Create a C++ source file named *helloworld.cpp*, and paste the following code into it.
2121

@@ -27,11 +27,11 @@ Create a C++ source file named *helloworld.cpp*, and paste the following code in
2727

2828
[!INCLUDE [code explanation](../code-explanation.md)]
2929

30-
## Build and run the application
30+
## Build and run app
3131

3232
1. From the menu bar, select **Build** > **Build Solution** to build the application. The code should compile without errors now.
3333

34-
1. Choose **Debug** > **Start Debugging** (or press **F5**) to start the **helloworld** application.
34+
1. Choose **Debug** > **Start Debugging** (or press <kbd>F5</kbd>) to start the **helloworld** application.
3535

3636
1. Speak an English phrase or sentence. The application transmits your speech to the Speech service, which transcribes to text and sends it back to the application for display.
3737

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace Speech.Recognition
8484

8585
[!INCLUDE [code explanation](../code-explanation.md)]
8686

87-
## Build and run your app
87+
## Build and run app
8888

8989
Now you're ready to rebuild your app and test the speech recognition functionality using the Speech service.
9090

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Replace the contents of the *Main.java* file with the following snippet:
3131

3232
[!INCLUDE [code explanation](../code-explanation.md)]
3333

34-
## Build and run the app
34+
## Build and run app
3535

3636
Press <kbd>F11</kbd>, or select **Run** > **Debug**.
3737
The next 15 seconds of speech input from your microphone will be recognized and logged in the console window.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a file named *quickstart.py* and paste the following Python code in it.
2727

2828
[!INCLUDE [code explanation](../code-explanation.md)]
2929

30-
## Build and run your app
30+
## Build and run app
3131

3232
Now you're ready to test the app, and verify the speech recognition functionality using the Speech service.
3333

0 commit comments

Comments
 (0)