Skip to content

Commit fc6433d

Browse files
author
Mark Amos
committed
Fix "Speech service" terminology
1 parent 239ff0e commit fc6433d

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/csharp/dotnet.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 into audio file, C# (.NET) - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file, C# (.NET) - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -86,7 +86,7 @@ using (var synthesizer = new SpeechSynthesizer(config, fileOutput))
8686

8787
## Synthesize text using SpeakTextAsync
8888

89-
From the `SpeechSynthesizer` object, you're going to call the `SpeakTextAsync()` method. This method sends your text to the Speech Service which converts it to audio. The `SpeechSynthesizer` will use the default voice if `config.VoiceName` isn't explicitly specified.
89+
From the `SpeechSynthesizer` object, you're going to call the `SpeakTextAsync()` method. This method sends your text to the Speech service which converts it to audio. The `SpeechSynthesizer` will use the default voice if `config.VoiceName` isn't explicitly specified.
9090

9191
Inside the using statement, add this code:
9292
````C#

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Recognize speech from an audio file, C# - Speech Service"
2+
title: "Quickstart: Recognize speech from an audio file, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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 into audio file, C# - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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 into audio file - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Synthesize speech into audio file, Java - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Synthesize speech into audio file, Java - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Synthesize speech into audio file, Java - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Synthesize speech into audio file - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Synthesize speech into audio file - Speech Service"
2+
title: "Quickstart: Synthesize speech into audio file - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/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: Synthesize speech into audio file, Python - Speech Service'
2+
title: 'Quickstart: Synthesize speech into audio file, Python - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

0 commit comments

Comments
 (0)