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/conversation-transcription.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: What is Conversation Transcription (Preview)? - Speech service
2
+
title: About Conversation Transcription (Preview) - Speech service
3
3
titleSuffix: Azure Cognitive Services
4
4
description: Conversation Transcription is a speech-to-text solution that combines speech recognition, speaker identification, and sentence attribution to each speaker (also known as diarization) to provide real-time and/or asynchronous transcription of any conversation.
5
5
services: cognitive-services
6
-
author: markamos
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: 11/04/2019
12
-
ms.author: erhopf
11
+
ms.date: 01/31/2020
12
+
ms.author: dapine
13
13
---
14
14
15
-
# What is Conversation Transcription (Preview)?
15
+
# About Conversation Transcription (Preview)
16
16
17
17
Conversation Transcription is a [speech-to-text](speech-to-text.md) solution that combines speech recognition, speaker identification, and sentence attribution to each speaker (also known as _diarization_) to provide real-time and/or asynchronous transcription of any conversation. Conversation Transcription distinguishes speakers in a conversation to determine who said what and when, and makes it easy for developers to add speech-to-text to their applications that perform multi-speaker diarization.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/direct-line-speech.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,32 +3,32 @@ title: Direct Line Speech - Speech service
3
3
titleSuffix: Azure Cognitive Services
4
4
description: An overview of the features, capabilities, and restrictions for Voice assistants using Direct Line Speech with the Speech Software Development Kit (SDK).
5
5
services: cognitive-services
6
-
author: trrwilson
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: 11/05/2019
12
-
ms.author: travisw
11
+
ms.date: 01/31/2020
12
+
ms.author: dapine
13
13
---
14
14
15
15
# About Direct Line Speech
16
16
17
-
[Voice assistants](voice-assistants.md) listen to users and take an action in response, often speaking back. They use [speech-to-text](speech-to-text.md) to transcribe the user's speech, then take action on the natural language understanding of the text. This action frequently includes spoken output from the assistant generated with [text-to-speech](text-to-speech.md). Devices connect to assistants with the Speech SDK’s `DialogServiceConnector` object.
17
+
**Direct Line Speech** is a robust, end-to-end solution for creating a flexible, extensible voice assistant. It is powered by the Bot Framework and its Direct Line Speech channel, that is optimized for voice-in, voice-out interaction with bots.
18
18
19
-
**Direct Line Speech** is a robust, end-to-end solution for creating a flexible, extensible voice assistant, powered by the Bot Framework and its Direct Line Speech channel, that is optimized for voice-in, voice-out interaction with bots.
19
+
[Voice assistants](voice-assistants.md) listen to users and take an action in response, often speaking back. They use [speech-to-text](speech-to-text.md) to transcribe the user's speech, then take action on the natural language understanding of the text. This action frequently includes spoken output from the assistant generated with [text-to-speech](text-to-speech.md).
20
20
21
-
Direct Line Speech offers the highest levels of customization and sophistication for voice assistants. It is well-suited to conversational scenarios that’re open-ended, natural, or hybrids of these with task completion or command-and-control use. This high degree of flexibility comes with a greater complexity, and scenarios that are scoped to well-defined tasks using natural language input may want to consider [Custom Commands (Preview)](custom-commands.md) for a streamlined solution experience.
21
+
Direct Line Speech offers the highest levels of customization and sophistication for voice assistants. It's designed for conversational scenarios that are open-ended, natural, or hybrids of the two with task completion or command-and-control use. This high degree of flexibility comes with a greater complexity, and scenarios that are scoped to well-defined tasks using natural language input may want to consider [Custom Commands (Preview)](custom-commands.md) for a streamlined solution experience.
22
22
23
23
## Getting started with Direct Line Speech
24
24
25
-
The first steps for creating a voice assistant using Direct Line Speech are to [get a speech subscription key](get-started.md), create a new bot associated with that subscription, and connect the bot to the Direct Line Speech Channel.
25
+
The first steps for creating a voice assistant using Direct Line Speech are to [get a speech subscription key](get-started.md), create a new bot associated with that subscription, and connect the bot to the Direct Line Speech channel.
26
26
27
-

27
+

28
28
29
-
For a complete, step-by-step guide on creating a simple voice assistant using Direct Line Speech, please see [the tutorial for speech-enabling your bot with the Speech SDK and the Direct Line Speech channel](tutorial-voice-enable-your-bot-speech-sdk.md).
29
+
For a complete, step-by-step guide on creating a simple voice assistant using Direct Line Speech, see [the tutorial for speech-enabling your bot with the Speech SDK and the Direct Line Speech channel](tutorial-voice-enable-your-bot-speech-sdk.md).
30
30
31
-
We also offer Quickstarts designed to have you running code in less than 10 minutes. This table includes a list of voice assistant quickstarts organized by language.
31
+
We also offer quickstarts designed to have you running code and learning the APIs quickly. This table includes a list of voice assistant quickstarts organized by language and platform.
description: Audio Content Creation is an online tool that allows you to customize and fine-tune Microsoft's text-to-speech output for your apps and products.
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: 11/04/2019
12
-
ms.author: erhopf
11
+
ms.date: 01/31/2020
12
+
ms.author: dapine
13
13
---
14
14
15
-
# Audio Content Creation
15
+
# Improve synthesis with Audio Content creation
16
16
17
17
[Audio Content Creation](https://aka.ms/audiocontentcreation) is an online tool that allows you to customize and fine-tune Microsoft's text-to-speech output for your apps and products. You can use this tool to fine-tune public and custom voices for more accurate natural expressions, and manage your output in the cloud.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-voice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "What is Custom Voice? - Speech service"
2
+
title: "Improve synthesis with Custom Voice - Speech service"
3
3
titleSuffix: Azure Cognitive Services
4
4
description: "Custom Voice is a set of online tools that allow you to create a recognizable, one-of-a-kind voice for your brand. All it takes to get started are a handful of audio files and the associated transcriptions. Follow the links below to start creating a custom speech-to-text experience."
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-migrate-from-bing-speech.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: speech-service
11
11
ms.topic: conceptual
12
-
ms.date: 10/01/2018
12
+
ms.date: 01/21/2020
13
13
ms.author: nitinme
14
14
15
15
# Customer intent: As a developer currently using the deprecated Bing Speech, I want to learn the differences between Bing Speech and the Speech service, so that I can migrate my application to the Speech service.
@@ -59,7 +59,7 @@ The Speech service uses a time-based pricing model (rather than a transaction-ba
59
59
60
60
## Migration strategies
61
61
62
-
If you or your organization have applications in development or production that use a Bing Speech API, you should update them to use the Speech service as soon as possible. See the [Speech service documentation](index.md) for available SDKs, code samples, and tutorials.
62
+
If you or your organization have applications in development or production that use a Bing Speech API, you should update them to use the Speech service as soon as possible. See the [Speech service documentation](index.yml) for available SDKs, code samples, and tutorials.
63
63
64
64
The Speech service [REST APIs](rest-apis.md) are compatible with the Bing Speech APIs. If you're currently using the Bing Speech REST APIs, you need only change the REST endpoint, and switch to a Speech service subscription key.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-migrate-from-translator-speech-api.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,13 +8,13 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: conceptual
11
-
ms.date: 05/15/2019
11
+
ms.date: 01/21/2020
12
12
ms.author: aahi
13
13
---
14
14
15
15
# Migrate from the Translator Speech API to the Speech service
16
16
17
-
Use this article to migrate your applications from the Microsoft Translator Speech API to the [Speech service](index.md). This guide outlines the differences between the Translator Speech API and Speech service, and suggests strategies for migrating your applications.
17
+
Use this article to migrate your applications from the Microsoft Translator Speech API to the [Speech service](index.yml). This guide outlines the differences between the Translator Speech API and Speech service, and suggests strategies for migrating your applications.
18
18
19
19
> [!NOTE]
20
20
> Your Translator Speech API subscription key won't be accepted by the Speech service. You'll need to create a new Speech service subscription.
@@ -30,7 +30,7 @@ Use this article to migrate your applications from the Microsoft Translator Spee
30
30
| Connection time limit | 90 minutes | Unlimited with the SDK. 10 minutes with a WebSockets connection. |
31
31
| Auth key in header |:heavy_check_mark:|:heavy_check_mark:||
32
32
| Multiple languages translated in a single request |:heavy_minus_sign:|:heavy_check_mark:||
33
-
| SDKs available |:heavy_minus_sign:|:heavy_check_mark:| See the [Speech service documentation](index.md) for available SDKs. |
33
+
| SDKs available |:heavy_minus_sign:|:heavy_check_mark:| See the [Speech service documentation](index.yml) for available SDKs. |
| Languages API |:heavy_check_mark:|:heavy_minus_sign:| The Speech service supports the same range of languages described in the [Translator API languages reference](../translator-speech/languages-reference.md) article. |
36
36
| Profanity Filter and Marker |:heavy_minus_sign:|:heavy_check_mark:||
@@ -44,7 +44,7 @@ Use this article to migrate your applications from the Microsoft Translator Spee
44
44
45
45
## Migration strategies
46
46
47
-
If you or your organization have applications in development or production that use the Translator Speech API, you should update them to use the Speech service. See the [Speech service](index.md) documentation for available SDKs, code samples, and tutorials. Consider the following when you are migrating:
47
+
If you or your organization have applications in development or production that use the Translator Speech API, you should update them to use the Speech service. See the [Speech service](index.yml) documentation for available SDKs, code samples, and tutorials. Consider the following when you are migrating:
48
48
49
49
* The Speech service doesn't offer a global endpoint. Determine if your application functions efficiently when it uses a single regional endpoint for all of its traffic. If not, use geolocation to determine the most efficient endpoint.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-phrase-lists.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Phrase Lists - Speech service
3
3
titleSuffix: Azure Cognitive Services
4
4
description: "Learn how to supply the Speech service with a Phrase List using the `PhraseListGrammar` object to improve speech-to-text recognition results."
0 commit comments