Skip to content

Commit 039541f

Browse files
authored
Merge pull request #97763 from markamos/v-ammark-dec12
[Cog Svcs] Fix "Speech service" terminology
2 parents c30e3ba + e3d1d5b commit 039541f

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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 - Speech Service'
2+
title: 'Quickstart: Translate speech-to-text - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/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, Java (Windows, Linux) - Speech Service'
2+
title: 'Quickstart: Translate speech-to-text, Java (Windows, Linux) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/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, Java - Speech Service"
2+
title: "Quickstart: Translate speech-to-text, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/java.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, Java - Speech Service"
2+
title: "Quickstart: Translate speech-to-text, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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-text, Java (Windows, Linux) - Speech Service'
2+
title: 'Quickstart: Translate speech-to-text, Java (Windows, Linux) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -126,7 +126,7 @@ Before you get started, make sure to:
126126

127127
Press F11, or select **Run** > **Debug**.
128128

129-
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.
129+
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.
130130

131131
````
132132
Say something...

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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-text - Speech Service"
2+
title: "Quickstart: Translate speech-to-text - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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-text - Speech Service"
2+
title: "Quickstart: Translate speech-to-text - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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: Translate speech-to-text, Python - Speech Service'
2+
title: 'Quickstart: Translate speech-to-text, Python - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/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-speech, Python - Speech Service'
2+
title: 'Quickstart: Translate speech-to-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/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: Translate speech-to-speech, Python - Speech Service'
2+
title: 'Quickstart: Translate speech-to-speech, Python - Speech service'
33
description: TBD
44
services: cognitive-services
55
author: chlandsi
@@ -84,7 +84,7 @@ Before you get started, make sure to:
8484
python quickstart.py
8585
```
8686

87-
2. 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.
87+
2. 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.
8888

8989
````
9090
Say something...

0 commit comments

Comments
 (0)