You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: overview
11
-
ms.date: 02/10/2020
11
+
ms.date: 03/12/2020
12
12
ms.author: dapine
13
13
---
14
14
@@ -17,12 +17,12 @@ ms.author: dapine
17
17
The Speech service is the unification of speech-to-text, text-to-speech, and speech-translation into a single Azure subscription. It's easy to speech enable your applications, tools, and devices with the [Speech SDK](speech-sdk-reference.md), [Speech Devices SDK](https://aka.ms/sdsdk-quickstart), or [REST APIs](rest-apis.md).
18
18
19
19
> [!IMPORTANT]
20
-
> The Speech service has replaced Bing Speech API, Translator Speech, and Custom Speech. See _How-to guides > Migration_ for migration instructions.
20
+
> The Speech service has replaced Bing Speech APIand Translator Speech. See _How-to guides > Migration_ for migration instructions.
21
21
22
22
These features make up the Speech service. Use the links in this table to learn more about common use cases for each feature or browse the API reference.
23
23
24
24
| Service | Feature | Description | SDK | REST |
25
-
|-------|-------|-----------|---|----|
25
+
|---------|---------|-------------|-----|------|
26
26
|[Speech-to-Text](speech-to-text.md)| Speech-to-text | Speech-to-text transcribes audio streams to text in real time that your applications, tools, or devices can consume or display. Use speech-to-text with [Language Understanding (LUIS)](https://docs.microsoft.com/azure/cognitive-services/luis/) to derive user intents from transcribed speech and act on voice commands. |[Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference)|[Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/rest-apis)|
27
27
||[Batch Transcription](batch-transcription.md)| Batch transcription enables asynchronous speech-to-text transcription of large volumes of data. This is a REST-based service, which uses same endpoint as customization and model management. | No |[Yes](https://westus.cris.ai/swagger/ui/index)|
28
28
||[Multi-device Conversation](multi-device-conversation.md)| Connect multiple devices or clients in a conversation to send speech- or text-based messages, with easy support for transcription and translation| Yes | No |
@@ -38,7 +38,7 @@ These features make up the Speech service. Use the links in this table to learn
38
38
We offer quickstarts in most popular programming languages, each designed to have you running code in less than 10 minutes. This table contains the most popular quickstarts for each feature. Use the left-hand navigation to explore additional languages and platforms.
|[Recognize speech from an audio file](quickstarts/speech-to-text-from-file.md)|[Synthesize speech into an audio file](quickstarts/text-to-speech-audio-file.md)|[Translate speech to text](quickstarts/translate-speech-to-text.md)|
43
43
|[Recognize speech with a microphone](quickstarts/speech-to-text-from-microphone.md)|[Synthesize speech to a speaker](quickstarts/text-to-speech.md)|[Translate speech to multiple target languages](quickstarts/translate-speech-to-text-multiple-languages.md)|
44
44
|[Recognize speech stored in blob storage](quickstarts/from-blob.md)|[Async synthesis for long-form audio](quickstarts/text-to-speech/async-synthesis-long-form-audio.md)|[Translate speech-to-speech](quickstarts/translate-speech-to-speech.md)|
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-to-text.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Speech-to-text - Speech service
3
3
titleSuffix: Azure Cognitive Services
4
4
description: The speech-to-text feature enables real-time transcription of audio streams into text. Your applications, tools, or devices can consume, display, and take action on this text input. This service works seamlessly with the text-to-speech (speech synthesis), and speech translation features.
5
5
services: cognitive-services
6
-
author: erhopf
6
+
author: IEvangelist
7
7
manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: conceptual
11
-
ms.date: 12/11/2019
12
-
ms.author: erhopf
11
+
ms.date: 03/12/2020
12
+
ms.author: dapine
13
13
---
14
14
15
15
# What is speech-to-text?
@@ -19,9 +19,8 @@ Speech-to-text from the Speech service, also known as speech recognition, enable
19
19
The speech-to-text service defaults to using 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. When using speech-to-text for recognition and transcription in a unique environment, you can create and train custom acoustic, language, and pronunciation models. Customization is helpful for addressing ambient noise or industry-specific vocabulary.
20
20
21
21
> [!NOTE]
22
-
> Bing Speech was decommissioned on October 15, 2019. 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.
22
+
> Bing Speech was decommissioned on October 15, 2019. If your applications, tools, or products are using the Bing Speech APIs, we've created guides to help you migrate to the Speech service.
23
23
> -[Migrate from Bing Speech to the Speech service](how-to-migrate-from-bing-speech.md)
24
-
> -[Migrate from Custom Speech to the Speech service](how-to-migrate-from-custom-speech-service.md)
0 commit comments