Skip to content

Commit 500fff2

Browse files
authored
Merge pull request #103818 from IEvangelist/freshPrince
[CogSvcs] freshness sweep.
2 parents faed67f + 087f14c commit 500fff2

13 files changed

+39
-57
lines changed

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

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: What is the Speech service?
33
titleSuffix: Azure Cognitive Services
44
description: The Speech service is the unification of speech-to-text, text-to-speech, and speech translation into a single Azure subscription. Add speech to your applications, tools, and devices with the Speech SDK, Speech Devices SDK, or REST APIs.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: overview
11-
ms.date: 11/05/2019
12-
ms.author: erhopf
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
---
1414

1515
# What is the Speech service?
@@ -33,24 +33,6 @@ These features make up the Speech service. Use the links in this table to learn
3333
| [Speech Translation](speech-translation.md) | Speech translation | Speech translation enables real-time, multi-language translation of speech to your applications, tools, and devices. Use this service for speech-to-speech and speech-to-text translation. | [Yes](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk-reference) | No |
3434
| [Voice assistants](voice-assistants.md) | Voice assistants | Voice assistants using the Speech service empower developers to create natural, human-like conversational interfaces for their applications and experiences. The voice assistant service provides fast, reliable interaction between a device and an assistant implementation that uses the Bot Framework's Direct Line Speech channel or the integrated Custom Commands (Preview) service for task completion. | [Yes](voice-assistants.md) | No |
3535

36-
## News and updates
37-
38-
Learn what's new with the Speech service.
39-
40-
- November 2019
41-
- Added two new speaking styles, [`newscast`](speech-synthesis-markup.md#adjust-speaking-styles) and [`customerservice`](speech-synthesis-markup.md#adjust-speaking-styles) for the `en-US-JessaNeural` voice.
42-
- September 2019
43-
- Released Speech SDK 1.7.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
44-
- August 2019
45-
- **New tutorial**: [Voice enable your bot with the Speech SDK, C#](tutorial-voice-enable-your-bot-speech-sdk.md)
46-
- Added a new speaking style, [`chat`](speech-synthesis-markup.md#adjust-speaking-styles), for the `en-US-JessaNeural` voice.
47-
- June 2019
48-
- Released Speech SDK 1.6.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
49-
- May 2019 - Documentation is now available for [Conversation Transcription](conversation-transcription-service.md), [Call Center Transcription](call-center-transcription.md), and [voice assistants](voice-assistants.md).
50-
- May 2019
51-
- Released Speech SDK 1.5.1. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
52-
- Released Speech SDK 1.5.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
53-
5436
## Try the Speech service
5537

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

articles/cognitive-services/Speech-Service/quickstart-voice-assistant-csharp-uwp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: 'Quickstart: Custom voice assistant, C# (UWP) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this article, you create a C# Universal Windows Platform (UWP) application by using the Cognitive Services Speech Software Development Kit (SDK). You connect your client application to a previously created Bot Framework bot configured to use the Direct Line Speech channel. The application is built with the Speech SDK NuGet Package and Microsoft Visual Studio 2019.
55
services: cognitive-services
6-
author: trrwilson
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 11/05/2019
12-
ms.author: travisw
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
---
1414

1515
# Quickstart: Create a voice assistant with the Speech SDK, UWP

articles/cognitive-services/Speech-Service/quickstart-voice-assistant-java-android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: 'Quickstart: Custom voice assistant, Java (Android) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to create a voice assistant application in Java on Android using the Speech SDK
55
services: cognitive-services
6-
author: trrwilson
6+
author: IEvangelist
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: quickstart
12-
ms.date: 12/09/2019
13-
ms.author: travisw
12+
ms.date: 02/10/2020
13+
ms.author: dapine
1414
---
1515

1616
# Quickstart: Create a voice assistant in Java on Android by using the Speech SDK

articles/cognitive-services/Speech-Service/quickstart-voice-assistant-java-jre.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: 'Quickstart: Custom voice assistant for Java (Windows, Linux) - Speech se
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll learn how to use the Cognitive Services Speech SDK in a Java console application. You'll learn how you can connect your client application to a previously created Bot Framework bot configured to use the Direct Line Speech channel and enable a voice assistant experience.
55
services: cognitive-services
6-
author: bidishac
6+
author: IEvangelist
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: quickstart
12-
ms.date: 11/05/2019
13-
ms.author: bidishac
12+
ms.date: 02/10/2020
13+
ms.author: dapine
1414
---
1515

1616
# Quickstart: Create a voice assistant with the Speech SDK, Java (Preview)

articles/cognitive-services/Speech-Service/quickstarts/create-luis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Quickstart: Create a LUIS key"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll learn how to create a LUIS application and get a key.
55
services: cognitive-services
6-
author: wolfma61
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: tutorial
11-
ms.date: 11/04/2019
12-
ms.author: wolfma
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313

1414
# Customer intent: As a C# programmer, I want to learn how to derive speaker intent from their utterances so that I can create a conversational UI for my application.
1515
---

articles/cognitive-services/Speech-Service/quickstarts/from-blob.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Quickstart: Recognize speech stored in blob storage"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll use the Batch Transcription REST API to asynchronously recognize speech stored in an SAS blob.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 11/04/2019
12-
ms.author: erhopf
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Quickstart: Recognize speech from an audio file - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll use the Speech SDK to recognize speech from an audio file.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 11/04/2019
12-
ms.author: erhopf
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Quickstart: Recognize speech from a microphone - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll use the Speech SDK to interactively recognize speech from audio data captured from a microphone.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 12/05/2019
12-
ms.author: erhopf
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: 'Quickstart: Synthesize speech into audio file - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll use the Speech SDK to convert text to synthesized speech in an audio file.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 01/24/2020
12-
ms.author: erhopf
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: 'Quickstart: Synthesize speech to a speaker - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you will use the Speech SDK to convert text to synthesized speech and play the output on a speaker.
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 11/04/2019
12-
ms.author: erhopf
11+
ms.date: 02/10/2020
12+
ms.author: dapine
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

0 commit comments

Comments
 (0)