Skip to content

Commit 1d84b4b

Browse files
authored
Merge pull request #97765 from markamos/v-ammark-dec14
[Cog Svcs] Fix "Speech service" terminology
2 parents ddf2562 + 2f8a944 commit 1d84b4b

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, C++ (Linux) - Speech Service'
2+
title: 'Quickstart: Synthesize speech, C++ (Linux) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in C++ on Linux by using the Speech SDK
55
services: cognitive-services
@@ -27,7 +27,7 @@ Before you get started, make sure to:
2727

2828
[!code-cpp[Quickstart Code](~/samples-cognitive-services-speech-sdk/quickstart/cpp/linux/text-to-speech/helloworld.cpp#code)]
2929

30-
1. In this new file, replace the string `YourSubscriptionKey` with your Speech Services subscription key.
30+
1. In this new file, replace the string `YourSubscriptionKey` with your Speech service subscription key.
3131

3232
1. Replace the string `YourServiceRegion` with the [region](~/articles/cognitive-services/Speech-Service/regions.md) associated with your subscription (for example, `westus` for the free trial subscription).
3333

@@ -82,7 +82,7 @@ Before you get started, make sure to:
8282
./helloworld
8383
```
8484

85-
1. In the console window, a prompt appears, prompting you to type some text. Type a few words or a sentence. The text that you typed is transmitted to the Speech Services and synthesized to speech, which plays on your speaker.
85+
1. In the console window, a prompt appears, prompting you to type some text. Type a few words or a sentence. The text that you typed is transmitted to the Speech service and synthesized to speech, which plays on your speaker.
8686

8787
```text
8888
Type some text that you want to speak...

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, C++ (Windows) - Speech Service'
2+
title: 'Quickstart: Synthesize speech, C++ (Windows) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in C++ on Windows Desktop by using the Speech SDK
55
services: cognitive-services
@@ -41,7 +41,7 @@ Before you get started, make sure to:
4141

4242
1. Choose **Debug** > **Start Debugging** (or press **F5**) to start the **helloworld** application.
4343

44-
1. Type an English phrase or sentence. The application transmits your text to the Speech Services, which sends synthesized speech to the application to play on your speaker.
44+
1. Type an English phrase or sentence. The application transmits your text to the Speech service, which sends synthesized speech to the application to play on your speaker.
4545

4646
![Console output after successful speech synthesis](~/articles/cognitive-services/Speech-Service/media/sdk/qs-tts-cpp-windows-console-output.png)
4747

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/csharp/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Synthesize speech, C# - Speech Service"
2+
title: "Quickstart: Synthesize speech, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, C# (Windows) - Speech Service'
2+
title: 'Quickstart: Synthesize speech, C# (Windows) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Use this guide to create a text-to-speech console application using the .NET framework for Windows and the Speech SDK. When finished, you can synthesize speech from text, and hear the speech on your speaker in real time.
55
services: cognitive-services
@@ -27,7 +27,7 @@ Before you get started, make sure to:
2727

2828
[!code-csharp[Quickstart Code](~/samples-cognitive-services-speech-sdk/quickstart/csharp/dotnet/text-to-speech/helloworld/Program.cs#code)]
2929

30-
1. Find the string `YourSubscriptionKey`, and replace it with your Speech Services subscription key.
30+
1. Find the string `YourSubscriptionKey`, and replace it with your Speech service subscription key.
3131

3232
1. Find the string `YourServiceRegion`, and replace it with the [region](~/articles/cognitive-services/Speech-Service/regions.md) associated with your subscription. For example, if you're using the free trial subscription, the region is `westus`.
3333

@@ -39,7 +39,7 @@ Before you get started, make sure to:
3939

4040
1. Choose **Debug** > **Start Debugging** (or select **F5**) to start the **helloworld** application.
4141

42-
1. Enter an English phrase or sentence. The application transmits your text to the Speech Services, which sends synthesized speech to the application to play on your speaker.
42+
1. Enter an English phrase or sentence. The application transmits your text to the Speech service, which sends synthesized speech to the application to play on your speaker.
4343

4444
![Speech synthesis user interface](~/articles/cognitive-services/Speech-Service/media/sdk/qs-tts-csharp-dotnet-windows-console-output.png)
4545

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/csharp/dotnetcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, C# (.NET Core) - Speech Service'
2+
title: 'Quickstart: Synthesize speech, C# (.NET Core) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in C# under .NET Core on Windows by using the Speech SDK
55
services: cognitive-services
@@ -45,7 +45,7 @@ Before you get started, make sure to:
4545

4646
![Screenshot of Visual Studio application, with Start Debugging option highlighted](~/articles/cognitive-services/Speech-Service/media/sdk/qs-csharp-dotnetcore-windows-06-start-debugging.png "Start the app into debugging")
4747

48-
1. A console window appears, prompting you to type some text. Type a few words or a sentence. The text that you typed is transmitted to the Speech Services and synthesized to speech, which plays on your speaker.
48+
1. A console window appears, prompting you to type some text. Type a few words or a sentence. The text that you typed is transmitted to the Speech service and synthesized to speech, which plays on your speaker.
4949

5050
![Screenshot of console output after successful synthesis](~/articles/cognitive-services/Speech-Service/media/sdk/qs-tts-csharp-dotnet-windows-console-output.png "Console output after successful synthesis")
5151

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/csharp/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Synthesize speech, C# - Speech Service"
2+
title: "Quickstart: Synthesize speech, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/csharp/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Synthesize speech, C# - Speech Service"
2+
title: "Quickstart: Synthesize speech, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/csharp/unity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, C# (Unity) - Speech Service'
2+
title: 'Quickstart: Synthesize speech, C# (Unity) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Use this guide to create a text-to-speech application with Unity and the Speech SDK for Unity. When finished, you can synthesize speech from text in real time to your device's speaker.
55
services: cognitive-services
@@ -59,7 +59,7 @@ When you're finished, the UI should look similar to this screenshot:
5959

6060
[!code-csharp[Quickstart Code](~/samples-cognitive-services-speech-sdk/quickstart/csharp/unity/text-to-speech/Assets/Scripts/HelloWorld.cs#code)]
6161

62-
1. Locate and replace the string `YourSubscriptionKey` with your Speech Services subscription key.
62+
1. Locate and replace the string `YourSubscriptionKey` with your Speech service subscription key.
6363

6464
1. Locate and replace the string `YourServiceRegion` with the [region](~/articles/cognitive-services/Speech-Service/regions.md) associated with your subscription. For example, the region is `westus` if you use the free trial.
6565

@@ -78,7 +78,7 @@ When you're finished, the UI should look similar to this screenshot:
7878
## Run the application in the Unity Editor
7979

8080
* Select the **Play** button in the Unity Editor toolbar that's underneath the menu bar.
81-
* After the app launches, enter some text in the input field and select the button. Your text is transmitted to Speech Service and synthesized to speech, which plays on your speaker.
81+
* After the app launches, enter some text in the input field and select the button. Your text is transmitted to the Speech service and synthesized to speech, which plays on your speaker.
8282

8383
[![Screenshot of the running quickstart in the Unity Game window](~/articles/cognitive-services/speech-service/media/sdk/qs-tts-csharp-unity-output-inline.png)](~/articles/cognitive-services/speech-service/media/sdk/qs-tts-csharp-unity-output-expanded.png#lightbox)
8484

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/csharp/uwp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, C# (UWP) - Speech Service'
2+
title: 'Quickstart: Synthesize speech, C# (UWP) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this article, you create a C# Universal Windows Platform (UWP) application by using the Cognitive Services Speech SDK. You synthesize speech from text in real time to your device's speaker. The application is built with the Speech SDK NuGet Package and Microsoft Visual Studio 2019.
55
services: cognitive-services
@@ -56,7 +56,7 @@ Now you are ready to build and test your application.
5656

5757
![Sample UWP speech synthesis application in C# - quickstart](~/articles/cognitive-services/Speech-Service/media/sdk/qs-text-to-speech-uwp-helloworld-window.png)
5858

59-
1. Enter some text into the textbox, and click **Speak**. Your text is transmitted to the Speech Services and synthesized to speech, which plays on your speaker.
59+
1. Enter some text into the textbox, and click **Speak**. Your text is transmitted to the Speech service and synthesized to speech, which plays on your speaker.
6060

6161
![Speech synthesis user interface](~/articles/cognitive-services/Speech-Service/media/sdk/qs-tts-csharp-uwp-ui-result.png)
6262

articles/cognitive-services/Speech-Service/includes/quickstarts/tts/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech - Speech Service'
2+
title: 'Quickstart: Synthesize speech - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech using the Speech SDK
55
services: cognitive-services

0 commit comments

Comments
 (0)