Skip to content

Commit b8e0afd

Browse files
committed
overview metadata
1 parent c17a964 commit b8e0afd

26 files changed

+87
-87
lines changed

articles/cognitive-services/Speech-Service/conversation-transcription.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
---
2-
title: Conversation transcription (preview) - Speech service
2+
title: Conversation transcription overview - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: You use the conversation transcription feature for meetings. It combines recognition, speaker ID, and diarization to provide transcription of any conversation.
55
services: cognitive-services
66
author: eric-urban
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: overview
1111
ms.date: 01/23/2022
1212
ms.author: eur
1313
ms.custom: ignite-fall-2021
1414
---
1515

16-
# What is conversation transcription (preview)?
16+
# What is conversation transcription?
1717

1818
Conversation transcription is a [speech-to-text](speech-to-text.md) solution that provides real-time or asynchronous transcription of any conversation. This feature, which is currently in preview, combines speech recognition, speaker identification, and sentence attribution to determine who said what, and when, in a conversation.
1919

20+
> [!NOTE]
21+
> Multi-device conversation access is a preview feature.
22+
2023
## Key features
2124

2225
You might find the following features of conversation transcription useful:

articles/cognitive-services/Speech-Service/custom-commands.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Custom Commands - Speech service
2+
title: Custom Commands overview - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: An overview of the features, capabilities, and restrictions for Custom Commands, a solution for creating voice applications.
55
services: cognitive-services
66
author: trrwilson
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: overview
1111
ms.date: 03/11/2020
1212
ms.author: travisw
1313
---
@@ -44,7 +44,6 @@ Once you're done with the quickstart, explore our how-to guides for detailed ste
4444
4545
## Next steps
4646

47-
* [Get a Speech service subscription key for free](overview.md#try-the-speech-service-for-free)
4847
* [View our Voice Assistants repo on GitHub for samples](https://aka.ms/speech/cc-samples)
4948
* [Go to the Speech Studio to try out Custom Commands](https://speech.microsoft.com/customcommands)
5049
* [Get the Speech SDK](speech-sdk.md)

articles/cognitive-services/Speech-Service/custom-neural-voice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: eric-urban
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: overview
1111
ms.date: 01/23/2022
1212
ms.author: eur
1313
---

articles/cognitive-services/Speech-Service/custom-speech-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: eric-urban
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: overview
1111
ms.date: 01/23/2022
1212
ms.author: eur
1313
ms.custom: contperf-fy21q2, references_regions

articles/cognitive-services/Speech-Service/direct-line-speech.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ author: eric-urban
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: overview
1111
ms.date: 03/11/2020
1212
ms.author: eur
1313
---
1414

1515
# What is Direct Line Speech?
1616

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.
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.
1818

1919
[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).
2020

@@ -59,7 +59,6 @@ Direct Line Speech and its associated functionality for voice assistants are an
5959

6060
## Next steps
6161

62-
* [Get a Speech service subscription key for free](overview.md#try-the-speech-service-for-free)
6362
* [Get the Speech SDK](speech-sdk.md)
6463
* [Create and deploy a basic bot](/azure/bot-service/bot-builder-tutorial-basic-deploy)
6564
* [Get the Virtual Assistant Solution and Enterprise Template](https://github.com/Microsoft/AI)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ zone_pivot_groups: programming-languages-speech-services
1616
keywords: text to speech
1717
---
1818

19-
# Quickstart: Recognize and convert text to speech
19+
# Quickstart: Convert text to speech
2020

2121
::: zone pivot="programming-language-csharp"
2222
[!INCLUDE [C# include](includes/quickstarts/text-to-speech-basics/csharp.md)]

articles/cognitive-services/Speech-Service/intent-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: speech-service
9-
ms.topic: conceptual
9+
ms.topic: overview
1010
ms.date: 10/13/2020
1111
keywords: intent recognition
1212
---

articles/cognitive-services/Speech-Service/keyword-recognition-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Keyword recognition - Speech service
2+
title: Keyword recognition overview - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: An overview of the features, capabilities, and restrictions for keyword recognition by using the Speech Software Development Kit (SDK).
55
services: cognitive-services
66
author: hasyashah
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: overview
1111
ms.date: 04/30/2021
1212
ms.author: hasshah
1313
ms.custom: ignite-fall-2021
1414
---
1515

16-
# Keyword recognition
16+
# What is keyword recognition?
1717

1818
Keyword recognition detects a word or short phrase within a stream of audio. It's also referred to as keyword spotting.
1919

articles/cognitive-services/Speech-Service/migrate-v2-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 02/12/2020
11+
ms.date: 02/12/2022
1212
ms.author: rbeckers
1313
ms.custom: devx-track-csharp
1414
---

articles/cognitive-services/Speech-Service/migration-overview-neural-voice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Migration overview - Speech service
2+
title: Migration to neural voice - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: This document summarizes the benefits of migration from non-neural voice to neural voice.
55
services: cognitive-services
@@ -12,7 +12,7 @@ ms.date: 11/12/2021
1212
ms.author: v-baolianzou
1313
---
1414

15-
# Migration overview
15+
# Migration to neural voice
1616

1717
We're retiring two features from [Text-to-Speech](index-text-to-speech.yml) capabilities as detailed below.
1818

0 commit comments

Comments
 (0)