Skip to content

Commit e943929

Browse files
authored
Merge pull request #97762 from markamos/v-ammark-dec11
[Cog Svcs] Fix "Speech service" terminology
2 parents 039541f + eff3522 commit e943929

File tree

16 files changed

+21
-21
lines changed

16 files changed

+21
-21
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/jre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Translate speech to multiple languages, Java (Windows, Linux) - Speech Service'
2+
title: 'Quickstart: Translate speech to multiple languages, Java (Windows, Linux) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -131,7 +131,7 @@ Before you get started, make sure to:
131131

132132
Press F11, or select **Run** > **Debug**.
133133

134-
1. Speak an English phrase or sentence. The application transmits your speech to the Speech Services, which translates and transcribes to text (in this case, to French and German). The Speech Services then sends the text back to the application for display.
134+
1. Speak an English phrase or sentence. The application transmits your speech to the Speech service, which translates and transcribes to text (in this case, to French and German). The Speech service then sends the text back to the application for display.
135135

136136
````
137137
Say something...

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/more/header.md

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

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/more/more.md

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

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/footer.md

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

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/header.md

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

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Recognize speech, Python - Speech Service'
2+
title: 'Quickstart: Recognize speech, Python - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -86,7 +86,7 @@ Before you get started, make sure to:
8686
python quickstart.py
8787
```
8888

89-
1. Speak an English phrase or sentence. The application transmits your speech to the Speech Services, which translates and transcribes to text (in this case, to French and German). The Speech Services then sends the text back to the application for display.
89+
1. Speak an English phrase or sentence. The application transmits your speech to the Speech service, which translates and transcribes to text (in this case, to French and German). The Speech service then sends the text back to the application for display.
9090

9191
```
9292
Say something...

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/cpp.md

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

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Translate speech-to-text, C++ (Windows) - Speech Service'
2+
title: 'Quickstart: Translate speech-to-text, C++ (Windows) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/header.md

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

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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: Translate speech-to-text, C++ (Windows) - Speech Service'
2+
title: 'Quickstart: Translate speech-to-text, C++ (Windows) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -108,7 +108,7 @@ Before you get started, make sure to:
108108
109109
1. Choose **Debug** > **Start Debugging** (or press **F5**) to start the **helloworld** application.
110110
111-
1. Speak an English phrase or sentence. The application transmits your speech to the Speech Services, which translates and transcribes to text (in this case, to German). The Speech Services then sends the text back to the application for display.
111+
1. Speak an English phrase or sentence. The application transmits your speech to the Speech service, which translates and transcribes to text (in this case, to German). The Speech service then sends the text back to the application for display.
112112
113113
````
114114
Say something...

0 commit comments

Comments
 (0)