Skip to content

Commit f355922

Browse files
authored
Merge pull request #97772 from markamos/v-ammark-dec19
[Cog Svcs] Fix "Speech service" terminology
2 parents 19aa145 + 6771574 commit f355922

13 files changed

+60
-60
lines changed

articles/cognitive-services/Speech-Service/speech-devices-sdk-windows-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Run the Speech Devices SDK on Windows'
2+
title: 'Quickstart: Run the Speech Devices SDK on Windows - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Prerequisites and instructions for getting started with a Windows Speech Devices SDK.
55
services: cognitive-services
@@ -19,7 +19,7 @@ In this quickstart, you'll learn how to use the Speech Devices SDK for Windows t
1919

2020
The application is built with the Speech SDK package, and the Eclipse Java IDE (v4) on 64-bit Windows. It runs on a 64-bit Java 8 runtime environment (JRE).
2121

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

2424
The source code for the [sample application](https://aka.ms/sdsdk-download-JRE) is included with the Speech Devices SDK. It's also [available on GitHub](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK).
2525

@@ -32,7 +32,7 @@ This quickstart requires:
3232
* [Eclipse Java IDE](https://www.eclipse.org/downloads/)
3333
* [Java 8](https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) only.
3434
* [Microsoft Visual C++ Redistributable](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads)
35-
* An Azure subscription key for the Speech Service. [Get one for free](get-started.md).
35+
* An Azure subscription key for the Speech service. [Get one for free](get-started.md).
3636
* Download the latest version of the [Speech Devices SDK](https://aka.ms/sdsdk-download-JRE) for Java, and extract the .zip to your working directory.
3737
> [!NOTE]
3838
> The JRE-Sample-Release.zip file includes the JRE sample app and this quickstart assumes that the app is extracted to C:\SDSDK\JRE-Sample-Release

articles/cognitive-services/Speech-Service/speech-devices-sdk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: About the Speech Devices SDK - Speech Service
2+
title: About the Speech Devices SDK - Speech service
33
titleSuffix: Azure Cognitive Services
4-
description: Get started with the Speech Devices SDK. The Speech Service works with a wide variety of devices and audio sources. The Speech Devices SDK is a pre-tuned library that's paired with purpose-built, microphone array development kits.
4+
description: Get started with the Speech Devices SDK. The Speech service works with a wide variety of devices and audio sources. The Speech Devices SDK is a pre-tuned library that's paired with purpose-built, microphone array development kits.
55
services: cognitive-services
66
author: erhopf
77
manager: nitinme
@@ -15,15 +15,15 @@ ms.author: erhopf
1515

1616
# About the Speech Devices SDK
1717

18-
The [Speech Services](overview.md) work with a wide variety of devices and audio sources. Now, you can take your speech applications to the next level with matched hardware and software. The Speech Devices SDK is a pretuned library that's paired with purpose-built, microphone array development kits.
18+
The [Speech service](overview.md) works with a wide variety of devices and audio sources. Now, you can take your speech applications to the next level with matched hardware and software. The Speech Devices SDK is a pretuned library that's paired with purpose-built, microphone array development kits.
1919

2020
The Speech Devices SDK can help you:
2121

2222
- Rapidly test new voice scenarios.
23-
- More easily integrate the cloud-based Speech Services into your device.
23+
- More easily integrate the cloud-based Speech service into your device.
2424
- Create an exceptional user experience for your customers.
2525

26-
The Speech Devices SDK consumes the [Speech SDK](speech-sdk.md). It uses the Speech SDK to send the audio that's processed by our advanced audio processing algorithm from the device's microphone array to the [Speech Services](overview.md). It uses multichannel audio to provide more accurate far-field [speech recognition](speech-to-text.md) via noise suppression, echo cancellation, beamforming, and dereverberation.
26+
The Speech Devices SDK consumes the [Speech SDK](speech-sdk.md). It uses the Speech SDK to send the audio that's processed by our advanced audio processing algorithm from the device's microphone array to the [Speech service](overview.md). It uses multichannel audio to provide more accurate far-field [speech recognition](speech-to-text.md) via noise suppression, echo cancellation, beamforming, and dereverberation.
2727

2828
You can also use the Speech Devices SDK to build ambient devices that have your own [customized keyword](speech-devices-sdk-create-kws.md) so the cue that initiates a user interaction is unique to your brand.
2929

@@ -50,4 +50,4 @@ The application is built with the Speech SDK package, and the Eclipse Java IDE (
5050
> [!div class="nextstepaction"]
5151
> [Choose your speech device](get-speech-devices-sdk.md)
5252
> [!div class="nextstepaction"]
53-
> [Get a Speech Service subscription key for free](get-started.md)
53+
> [Get a Speech service subscription key for free](get-started.md)

articles/cognitive-services/Speech-Service/speech-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: About the Speech SDK - Speech Service
2+
title: About the Speech SDK - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: The Speech Software Development Kit (SDK) gives your applications native access to the functions of the Speech service, making it easier to develop software. This article provides additional details about the SDK for Windows, Linux, and Android.
55
services: cognitive-services
@@ -14,7 +14,7 @@ ms.author: wolfma
1414

1515
# About the Speech SDK
1616

17-
The Speech Software Development Kit (SDK) gives your applications access to the functions of the Speech Services, making it easier to develop speech-enabled software. Currently, the SDKs provide access to **speech-to-text**, **text-to-speech**, **speech translation**, **intent recognition**, and **Bot Framework’s Direct Line Speech channel**. A general overview about the capabilities and supported platforms can be found on the documentation [entry page](https://aka.ms/csspeech).
17+
The Speech Software Development Kit (SDK) gives your applications access to the functions of the Speech service, making it easier to develop speech-enabled software. Currently, the SDKs provide access to **speech-to-text**, **text-to-speech**, **speech translation**, **intent recognition**, and **Bot Framework’s Direct Line Speech channel**. A general overview about the capabilities and supported platforms can be found on the documentation [entry page](https://aka.ms/csspeech).
1818

1919
[!INCLUDE [Speech SDK Platforms](../../../includes/cognitive-services-speech-service-speech-sdk-platforms.md)]
2020

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Speech Synthesis Markup Language (SSML) - Speech Service
2+
title: Speech Synthesis Markup Language (SSML) - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: Using the Speech Synthesis Markup Language to control pronunciation and prosody in text-to-speech.
55
services: cognitive-services
@@ -16,7 +16,7 @@ ms.author: erhopf
1616

1717
Speech Synthesis Markup Language (SSML) is an XML-based markup language that lets developers specify how input text is converted into synthesized speech using the text-to-speech service. Compared to plain text, SSML allows developers to fine-tune the pitch, pronunciation, speaking rate, volume, and more of the text-to-speech output. Normal punctuation, such as pausing after a period, or using the correct intonation when a sentence ends with a question mark are automatically handled.
1818

19-
The Speech Services implementation of SSML is based on World Wide Web Consortium's [Speech Synthesis Markup Language Version 1.0](https://www.w3.org/TR/speech-synthesis).
19+
The Speech service implementation of SSML is based on World Wide Web Consortium's [Speech Synthesis Markup Language Version 1.0](https://www.w3.org/TR/speech-synthesis).
2020

2121
> [!IMPORTANT]
2222
> Chinese, Japanese, and Korean characters count as two characters for billing. For more information, see [Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
@@ -115,7 +115,7 @@ Within the `speak` element, you can specify multiple voices for text-to-speech o
115115
> [!IMPORTANT]
116116
> This feature will only work with neural voices.
117117
118-
By default, the text-to-speech service synthesizes text using a neutral speaking style for both standard and neural voices. With neural voices, you can adjust the speaking style to express cheerfulness, empathy, or sentiment with the `<mstts:express-as>` element. This is an optional element unique to Azure Speech Services.
118+
By default, the text-to-speech service synthesizes text using a neutral speaking style for both standard and neural voices. With neural voices, you can adjust the speaking style to express cheerfulness, empathy, or sentiment with the `<mstts:express-as>` element. This is an optional element unique to the Speech service.
119119

120120
Currently, speaking style adjustments are supported for these neural voices:
121121
* `en-US-JessaNeural`

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Speech-to-text - Speech Service
2+
title: Speech-to-text - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: The speech-to-text feature enables real-time transcription of audio streams into text that your applications, tools, or devices can consume, display, and take action on as command input. This service works seamlessly with the text-to-speech (speech synthesis), and speech translation features.
55
services: cognitive-services
@@ -14,7 +14,7 @@ ms.author: erhopf
1414

1515
# What is speech-to-text?
1616

17-
Speech-to-text from Azure Speech Services, also known as speech-to-text, enables real-time transcription of audio streams into text that your applications, tools, or devices can consume, display, and take action on as command input. This service is powered by the same recognition technology that Microsoft uses for Cortana and Office products, and works seamlessly with the translation and text-to-speech. For a full list of available speech-to-text languages, see [supported languages](https://docs.microsoft.com/azure/cognitive-services/speech-service/language-support#speech-to-text).
17+
Speech-to-text from the Speech service, also known as speech-to-text, enables real-time transcription of audio streams into text that your applications, tools, or devices can consume, display, and take action on as command input. This service is powered by the same recognition technology that Microsoft uses for Cortana and Office products, and works seamlessly with the translation and text-to-speech. For a full list of available speech-to-text languages, see [supported languages](https://docs.microsoft.com/azure/cognitive-services/speech-service/language-support#speech-to-text).
1818

1919
By default, the speech-to-text service uses the Universal language model. This model was trained using Microsoft-owned data and is deployed in the cloud. It's optimal for conversational and dictation scenarios. If you are using speech-to-text for recognition and transcription in a unique environment, you can create and train custom acoustic, language, and pronunciation models to address ambient noise or industry-specific vocabulary.
2020

@@ -49,7 +49,7 @@ If you prefer to use the speech-to-text REST service, see [REST APIs](https://do
4949

5050
## Tutorials and sample code
5151

52-
After you've had a chance to use the Speech Services, try our tutorial that teaches you how to recognize intents from speech using the Speech SDK and LUIS.
52+
After you've had a chance to use the Speech service, try our tutorial that teaches you how to recognize intents from speech using the Speech SDK and LUIS.
5353

5454
- [Tutorial: Recognize intents from speech with the Speech SDK and LUIS, C#](how-to-recognize-intents-from-speech-csharp.md)
5555

@@ -60,7 +60,7 @@ Sample code for the Speech SDK is available on GitHub. These samples cover commo
6060

6161
## Customization
6262

63-
In addition to the standard baseline model used by the Speech Services, you can customize models to your needs with available data, to overcome speech recognition barriers such as speaking style, vocabulary and background noise, see [Custom Speech](how-to-custom-speech.md)
63+
In addition to the standard baseline model used by the Speech service, you can customize models to your needs with available data, to overcome speech recognition barriers such as speaking style, vocabulary and background noise, see [Custom Speech](how-to-custom-speech.md)
6464

6565
> [!NOTE]
6666
> Customization options vary by language/locale (see [Supported languages](supported-languages.md)).
@@ -70,10 +70,10 @@ In addition to the standard baseline model used by the Speech Services, you can
7070
> [!WARNING]
7171
> Bing Speech was decommissioned on October 15, 2019.
7272
73-
If your applications, tools, or products are using the Bing Speech APIs or Custom Speech, we've created guides to help you migrate to Speech Services.
73+
If your applications, tools, or products are using the Bing Speech APIs or Custom Speech, we've created guides to help you migrate to the Speech service.
7474

75-
- [Migrate from Bing Speech to the Speech Services](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-migrate-from-bing-speech)
76-
- [Migrate from Custom Speech to the Speech Services](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-migrate-from-custom-speech-service)
75+
- [Migrate from Bing Speech to the Speech service](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-migrate-from-bing-speech)
76+
- [Migrate from Custom Speech to the Speech service](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-migrate-from-custom-speech-service)
7777

7878
## Reference docs
7979

@@ -85,5 +85,5 @@ If your applications, tools, or products are using the Bing Speech APIs or Custo
8585

8686
## Next steps
8787

88-
- [Get a Speech Services subscription key for free](get-started.md)
88+
- [Get a Speech service subscription key for free](get-started.md)
8989
- [Get the Speech SDK](speech-sdk.md)

articles/cognitive-services/Speech-Service/speech-translation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Speech translation with Speech Service
2+
title: Speech translation with Speech service
33
titleSuffix: Azure Cognitive Services
4-
description: Speech Service lets you add end-to-end, real-time, multi-language translation of speech to your applications, tools, and devices. The same API can be used for both speech-to-speech and speech-to-text translation.
4+
description: Speech service lets you add end-to-end, real-time, multi-language translation of speech to your applications, tools, and devices. The same API can be used for both speech-to-speech and speech-to-text translation.
55
services: cognitive-services
66
author: erhopf
77
manager: nitinme
@@ -14,7 +14,7 @@ ms.author: erhopf
1414

1515
# What is speech translation?
1616

17-
Speech translation from Azure Speech Services, enables real-time, multi-language speech-to-speech and speech-to-text translation of audio streams. With the Speech SDK, your applications, tools, and devices have access to source transcriptions and translation outputs for provided audio. Interim transcription and translation results are returned as speech is detected, and finals results can be converted into synthesized speech.
17+
Speech translation from the Speech service enables real-time, multi-language speech-to-speech and speech-to-text translation of audio streams. With the Speech SDK, your applications, tools, and devices have access to source transcriptions and translation outputs for provided audio. Interim transcription and translation results are returned as speech is detected, and finals results can be converted into synthesized speech.
1818

1919
Microsoft's translation engine is powered by two different approaches: statistical machine translation (SMT) and neural machine translation (NMT). SMT uses advanced statistical analysis to estimate the best possible translations given the context of a few words. With NMT, neural networks are used to provide more accurate, natural-sounding translations by using the full context of sentences to translate words.
2020

@@ -50,9 +50,9 @@ Sample code for the Speech SDK is available on GitHub. These samples cover commo
5050

5151
## Migration guides
5252

53-
If your applications, tools, or products are using the [Translator Speech API](https://docs.microsoft.com/azure/cognitive-services/translator-speech/overview), we've created guides to help you migrate to the Speech Services.
53+
If your applications, tools, or products are using the [Translator Speech API](https://docs.microsoft.com/azure/cognitive-services/translator-speech/overview), we've created guides to help you migrate to the Speech service.
5454

55-
* [Migrate from the Translator Speech API to the Speech Services](how-to-migrate-from-translator-speech-api.md)
55+
* [Migrate from the Translator Speech API to the Speech service](how-to-migrate-from-translator-speech-api.md)
5656

5757
## Reference docs
5858

@@ -64,5 +64,5 @@ If your applications, tools, or products are using the [Translator Speech API](h
6464

6565
## Next steps
6666

67-
* [Get a Speech Services subscription key for free](get-started.md)
67+
* [Get a Speech service subscription key for free](get-started.md)
6868
* [Get the Speech SDK](speech-sdk.md)

articles/cognitive-services/Speech-Service/support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Support and help options - Speech Service
2+
title: Support and help options - Speech service
33
titleSuffix: Azure Cognitive Services
4-
description: How to obtain help and support for questions and problems when you create applications that integrate with the Speech Service
4+
description: How to obtain help and support for questions and problems when you create applications that integrate with the Speech service
55
services: cognitive-services
66
author: jhakulin
77
manager: nitinme
@@ -15,10 +15,10 @@ ms.author: jhakulin
1515

1616
# Support and help options
1717

18-
Are you just starting to explore the functionality of the Speech Services? Are you implementing a new feature to your application? Here are suggestions about where you can get help as a developer.
18+
Are you just starting to explore the functionality of the Speech service? Are you implementing a new feature to your application? Here are suggestions about where you can get help as a developer.
1919

2020
> [!div class="checklist"]
21-
> * Stay informed about new developments in *Azure Cognitive Services*, or find the latest news related to *Speech service*.
21+
> * Stay informed about new developments in *Azure Cognitive Services*, or find the latest news related to the *Speech service*.
2222
> * Release notes contain information for all releases.
2323
> * Search to see if your issue was discussed by the community, or if existing documentation for the feature you want to implement already exists.
2424
> * If you can't find a satisfactory answer, ask a question on *Stack Overflow*.
@@ -27,7 +27,7 @@ Are you just starting to explore the functionality of the Speech Services? Are y
2727
2828
## Stay informed
2929

30-
News about Cognitive Services is collected in the [Cognitive Services blog](https://azure.microsoft.com/blog/topics/cognitive-services/). For the latest information about Speech Services, track the [Speech Services blog](https://azure.microsoft.com/blog/tag/speech-service/).
30+
News about Cognitive Services is collected in the [Cognitive Services blog](https://azure.microsoft.com/blog/topics/cognitive-services/). For the latest information about the Speech service, track the [Speech service blog](https://azure.microsoft.com/blog/tag/speech-service/).
3131

3232
## Release notes
3333

0 commit comments

Comments
 (0)