Skip to content

Commit 4c28f0c

Browse files
authored
Merge pull request #97769 from markamos/v-ammark-dec16
[Cog Svcs] Fix "Speech service" terminology
2 parents 9436a6f + 63b56ff commit 4c28f0c

15 files changed

+42
-42
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Speech SDK for C# .NET Core platform setup - Speech Service'
2+
title: 'Quickstart: Speech SDK for C# .NET Core platform setup - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for C# under .NET Core on Windows or macOS with the Speech Services SDK.
4+
description: Use this guide to set up your platform for C# under .NET Core on Windows or macOS with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme
@@ -12,6 +12,6 @@ ms.date: 10/10/2019
1212
ms.author: erhopf
1313
---
1414

15-
# Quickstart: Speech SDK for C# .NET Core platform setup - Speech Service
15+
# Quickstart: Speech SDK for C# .NET Core platform setup - Speech service
1616

1717
[!INCLUDE [](includes/quickstarts/platform/csharp-dotnetcore-windows.md)]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Speech SDK for C# Unity platform setup - Speech Service'
2+
title: 'Quickstart: Speech SDK for C# Unity platform setup - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for C# Unity with the Speech Services SDK.
4+
description: Use this guide to set up your platform for C# Unity with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme
@@ -12,6 +12,6 @@ ms.date: 10/10/2019
1212
ms.author: erhopf
1313
---
1414

15-
# Quickstart: Speech SDK for Unity platform setup - Speech Service
15+
# Quickstart: Speech SDK for Unity platform setup - Speech service
1616

1717
[!INCLUDE [](includes/quickstarts/platform/csharp-unity.md)]

articles/cognitive-services/Speech-Service/quickstart-platform-csharp-uwp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Speech SDK for C# Universal Windows Platform (UWP) setup - Speech Service'
2+
title: 'Quickstart: Speech SDK for C# Universal Windows Platform (UWP) setup - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for C# under Universal Windows Platform (UWP) with the Speech Services SDK.
4+
description: Use this guide to set up your platform for C# under Universal Windows Platform (UWP) with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme

articles/cognitive-services/Speech-Service/quickstart-platform-csharp-xamarin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Speech SDK for C# (Xamarin) platform setup - Speech Service'
2+
title: 'Quickstart: Speech SDK for C# (Xamarin) platform setup - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for C# Xamarin with the Speech Services SDK.
4+
description: Use this guide to set up your platform for C# Xamarin with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme

articles/cognitive-services/Speech-Service/quickstart-platform-java-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Speech SDK for Java (Android) platform setup - Speech Service'
2+
title: 'Quickstart: Speech SDK for Java (Android) platform setup - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for using Java (Android) with the Speech Services SDK.
4+
description: Use this guide to set up your platform for using Java (Android) with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme

articles/cognitive-services/Speech-Service/quickstart-platform-java-jre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Speech SDK for Java (Windows, Linux, macOS) platform setup - Speech Service'
2+
title: 'Quickstart: Speech SDK for Java (Windows, Linux, macOS) platform setup - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for using Java (Windows, Linux, macOS) with the Speech Services SDK.
4+
description: Use this guide to set up your platform for using Java (Windows, Linux, macOS) with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme

articles/cognitive-services/Speech-Service/quickstart-platform-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart: Speech SDK for Python platform setup - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: Use this guide to set up your platform for using Python with the Speech Services SDK.
4+
description: Use this guide to set up your platform for using Python with the Speech service SDK.
55
services: cognitive-services
66
author: markamos
77
manager: nitinme

articles/cognitive-services/Speech-Service/quickstart-python-get-text-to-speech-voices.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: List text-to-speech voices, Python - Speech Service"
2+
title: "Quickstart: List text-to-speech voices, Python - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll learn how to get the full list of standard and neural voices for a region/endpoint using Python. The list is returned as JSON, and voice availability varies by region.
55
services: cognitive-services
@@ -16,15 +16,15 @@ ms.author: erhopf
1616

1717
In this quickstart, you'll learn how to get the full list of standard and neural voices for a region/endpoint using Python. The list is returned as JSON, and voice availability varies by region. For a list of supported regions, see [regions](regions.md).
1818

19-
This quickstart requires an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with a Speech Services resource. If you don't have an account, you can use the [free trial](get-started.md) to get a subscription key.
19+
This quickstart requires an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with a Speech service resource. If you don't have an account, you can use the [free trial](get-started.md) to get a subscription key.
2020

2121
## Prerequisites
2222

2323
This quickstart requires:
2424

2525
* Python 2.7.x or 3.x
2626
* [Visual Studio](https://visualstudio.microsoft.com/downloads/), [Visual Studio Code](https://code.visualstudio.com/download), or your favorite text editor
27-
* An Azure subscription key for the Speech Services
27+
* An Azure subscription key for the Speech service
2828

2929
## Create a project and import required modules
3030

@@ -54,9 +54,9 @@ The `subscription_key` is your unique key from the Azure portal.
5454

5555
## Get an access token
5656

57-
This endpoint requires an access token for authentication. To get an access token, an exchange is required. This sample exchanges your Speech Services subscription key for an access token using the `issueToken` endpoint.
57+
This endpoint requires an access token for authentication. To get an access token, an exchange is required. This sample exchanges your Speech service subscription key for an access token using the `issueToken` endpoint.
5858

59-
This sample assumes that your Speech Services subscription is in the West US region. If you're using a different region, update the value for `fetch_token_url`. For a full list, see [Regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#rest-apis).
59+
This sample assumes that your Speech service subscription is in the West US region. If you're using a different region, update the value for `fetch_token_url`. For a full list, see [Regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#rest-apis).
6060

6161
Copy this code into the `GetVoices` class:
6262

@@ -75,7 +75,7 @@ def get_token(self):
7575
7676
## Make a request and save the response
7777

78-
Here you're going to build the request and save the list of returned voices. First, you need to set the `base_url` and `path`. This sample assumes you're using the West US endpoint. If your resource is registered to a different region, make sure you update the `base_url`. For more information, see [Speech Services regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#text-to-speech).
78+
Here you're going to build the request and save the list of returned voices. First, you need to set the `base_url` and `path`. This sample assumes you're using the West US endpoint. If your resource is registered to a different region, make sure you update the `base_url`. For more information, see [Speech service regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#text-to-speech).
7979

8080
Next, add required headers for the request. Finally, you'll make a request to the service. If the request is successful, and a 200 status code is returned, the response is written to file.
8181

articles/cognitive-services/Speech-Service/quickstart-python-text-to-speech.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Convert text-to-speech, Python - Speech Service"
2+
title: "Quickstart: Convert text-to-speech, Python - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll learn how to convert text-to-speech using Python and the Text-to-Speech REST API. The sample text included in this guide is structured as Speech Synthesis Markup Language (SSML). This allows you to choose the voice and language of the speech response.
55
services: cognitive-services
@@ -16,15 +16,15 @@ ms.author: erhopf
1616

1717
In this quickstart, you'll learn how to convert text-to-speech using Python and the text-to-speech REST API. The request body in this guide is structured as [Speech Synthesis Markup Language (SSML)](speech-synthesis-markup.md), which allows you to choose the voice and language of the response.
1818

19-
This quickstart requires an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with a Speech Services resource. If you don't have an account, you can use the [free trial](get-started.md) to get a subscription key.
19+
This quickstart requires an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with a Speech service resource. If you don't have an account, you can use the [free trial](get-started.md) to get a subscription key.
2020

2121
## Prerequisites
2222

2323
This quickstart requires:
2424

2525
* Python 2.7.x or 3.x
2626
* [Visual Studio](https://visualstudio.microsoft.com/downloads/), [Visual Studio Code](https://code.visualstudio.com/download), or your favorite text editor
27-
* An Azure subscription key for the Speech Services
27+
* An Azure subscription key for the Speech service
2828

2929
## Create a project and import required modules
3030

@@ -68,9 +68,9 @@ The `subscription_key` is your unique key from the Azure portal. `tts` prompts t
6868

6969
## Get an access token
7070

71-
The text-to-speech REST API requires an access token for authentication. To get an access token, an exchange is required. This sample exchanges your Speech Services subscription key for an access token using the `issueToken` endpoint.
71+
The text-to-speech REST API requires an access token for authentication. To get an access token, an exchange is required. This sample exchanges your Speech service subscription key for an access token using the `issueToken` endpoint.
7272

73-
This sample assumes that your Speech Services subscription is in the West US region. If you're using a different region, update the value for `fetch_token_url`. For a full list, see [Regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#rest-apis).
73+
This sample assumes that your Speech service subscription is in the West US region. If you're using a different region, update the value for `fetch_token_url`. For a full list, see [Regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#rest-apis).
7474

7575
Copy this code into the `TextToSpeech` class:
7676

@@ -89,7 +89,7 @@ def get_token(self):
8989
9090
## Make a request and save the response
9191

92-
Here you're going to build the request and save the speech response. First, you need to set the `base_url` and `path`. This sample assumes you're using the West US endpoint. If your resource is registered to a different region, make sure you update the `base_url`. For more information, see [Speech Services regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#text-to-speech).
92+
Here you're going to build the request and save the speech response. First, you need to set the `base_url` and `path`. This sample assumes you're using the West US endpoint. If your resource is registered to a different region, make sure you update the `base_url`. For more information, see [Speech service regions](https://docs.microsoft.com/azure/cognitive-services/speech-service/regions#text-to-speech).
9393

9494
Next, you need to add required headers for the request. Make sure that you update `User-Agent` with the name of your resource (located in the Azure portal), and set `X-Microsoft-OutputFormat` to your preferred audio output. For a full list of output formats, see [Audio outputs](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis).
9595

articles/cognitive-services/Speech-Service/quickstart-voice-assistant-csharp-uwp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Custom voice assistant, C# (UWP) - Speech Service'
2+
title: 'Quickstart: Custom voice assistant, 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 Software Development Kit (SDK). You connect your client application to a previously created Bot Framework bot configured to use the Direct Line Speech channel. The application is built with the Speech SDK NuGet Package and Microsoft Visual Studio 2019.
55
services: cognitive-services
@@ -26,7 +26,7 @@ In this article, you'll develop a C# Universal Windows Platform (UWP) applicatio
2626
This quickstart requires:
2727

2828
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/).
29-
* An Azure subscription key for Speech Services. [Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com).
29+
* An Azure subscription key for the Speech service. [Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com).
3030
* A previously created bot configured with the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech).
3131

3232
> [!NOTE]
@@ -287,7 +287,7 @@ To add the code-behind source, follow these steps:
287287
1. Add the following code snippet to the method body of `InitializeDialogServiceConnector`. This code creates the `DialogServiceConnector` with your subscription information.
288288

289289
```csharp
290-
// Create a BotFrameworkConfig by providing a Speech Service subscription key
290+
// Create a BotFrameworkConfig by providing a Speech service subscription key
291291
// the RecoLanguage property is optional (default en-US)
292292
const string speechSubscriptionKey = "YourSpeechSubscriptionKey"; // Your subscription key
293293
const string region = "YourServiceRegion"; // Your subscription service region.
@@ -417,7 +417,7 @@ Now you are ready to build and test your application.
417417
## See also
418418

419419
- [About voice assistants](voice-assistants.md)
420-
- [Get a Speech Services subscription key for free](get-started.md)
420+
- [Get a Speech service subscription key for free](get-started.md)
421421
- [Custom keywords](speech-devices-sdk-create-kws.md)
422422
- [Connect Direct Line Speech to your bot](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech)
423423
- [Explore C# samples on GitHub](https://aka.ms/csspeech/samples)

0 commit comments

Comments
 (0)