Skip to content

Commit 626f4a5

Browse files
authored
Merge pull request #189200 from eric-urban/eur/metadata
Eur/metadata
2 parents 0385391 + 983a2dc commit 626f4a5

File tree

119 files changed

+238
-257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+238
-257
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: hasyashah
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
10-
ms.topic: conceptual
10+
ms.topic: how-to
1111
ms.date: 01/31/2022
1212
ms.author: hasshah
1313
ms.devlang: cpp, csharp, java

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: eric-urban
88
ms.author: eur
99
ms.service: cognitive-services
1010
ms.subservice: speech-service
11-
ms.topic: conceptual
11+
ms.topic: how-to
1212
ms.date: 01/23/2022
1313
ms.devlang: csharp
1414
ms.custom: devx-track-csharp

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-encryption-of-data-at-rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Custom Commands service encryption of data at rest
33
titleSuffix: Azure Cognitive Services
44
description: Custom Commands encryption of data at rest.
55
services: cognitive-services
6-
author: singhsaumya
7-
manager: yetian
6+
author: eric-urban
7+
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
1111
ms.date: 07/05/2020
12-
ms.author: sausin
12+
ms.author: eur
1313
---
1414

1515
# Custom Commands encryption of data at rest

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: 'Custom Commands concepts and definitions - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this article, you learn about concepts and definitions for Custom Commands applications.
55
services: cognitive-services
6-
author: singhsaumya
7-
manager: yetian
6+
author: eric-urban
7+
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
1111
ms.date: 06/18/2020
12-
ms.author: sausin
12+
ms.author: eur
1313
---
1414

1515
# Custom Commands concepts and definitions
@@ -125,7 +125,6 @@ The post-execution state is the dialog state after processing the current input
125125
* **Wait for user's input**: Wait for the next user input.
126126

127127

128-
129128
## Next steps
130129

131130
> [!div class="nextstepaction"]

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-keyword-basics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Create Keyword quickstart - Speech service
2+
title: Create a custom keyword quickstart - Speech service
33
titleSuffix: Azure Cognitive Services
4-
description: Your device is always listening for a keyword (or phrase). When a user speaks the keyword, your device sends their dictation to the cloud, until the user stops speaking. Customizing your keyword is an effective way to differentiate your device and strengthen your branding.
4+
description: When a user speaks the keyword, your device sends their dictation to the cloud, until the user stops speaking. Customizing your keyword is an effective way to differentiate your device and strengthen your branding.
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: quickstart
1111
ms.date: 11/12/2021
1212
ms.author: eur
1313
ms.devlang: csharp, objective-c, python
1414
ms.custom: devx-track-csharp, ignite-fall-2021
1515
zone_pivot_groups: programming-languages-speech-services
1616
---
1717

18-
# Get started with Custom Keyword
18+
# Quickstart: Create a custom keyword
1919

2020
::: zone pivot="programming-language-csharp"
2121
[!INCLUDE [C# include](includes/quickstarts/keyword-recognition/csharp.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/devices-sdk-release-notes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ title: Speech Devices SDK release notes
33
titleSuffix: Azure Cognitive Services
44
description: The release notes provide a log of updates, enhancements, bug fixes, and changes to the Speech Devices SDK. This article is updated with each release of the Speech Devices SDK.
55
services: cognitive-services
6-
author: wsturman
6+
author: eric-urban
77
manager: nitinme
8-
98
ms.service: cognitive-services
109
ms.subservice: speech-service
11-
ms.topic: conceptual
12-
ms.date: 02/12/2020
13-
ms.author: wellsi
10+
ms.topic: reference
11+
ms.date: 02/12/2022
12+
ms.author: eur
1413
---
1514

1615
# Release notes: Speech Devices SDK (retired)

0 commit comments

Comments
 (0)