Skip to content

Commit c5eda5d

Browse files
authored
Merge pull request #107134 from IEvangelist/speechLandings
Speech landing pages updates
2 parents 893124f + 5a94265 commit c5eda5d

20 files changed

+617
-651
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: About Conversation Transcription (Preview) - Speech service
2+
title: Conversation Transcription (Preview) - Speech service
33
titleSuffix: Azure Cognitive Services
44
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.
55
services: cognitive-services
@@ -8,11 +8,11 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 01/31/2020
11+
ms.date: 03/11/2020
1212
ms.author: dapine
1313
---
1414

15-
# About Conversation Transcription (Preview)
15+
# What is Conversation Transcription (Preview)?
1616

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 11/05/2019
11+
ms.date: 03/11/2020
1212
ms.author: travisw
1313
---
1414

15-
# Custom Commands (Preview)
15+
# What are Custom Commands (Preview)?
1616

17-
Voice applications such as [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 SDKs `DialogServiceConnector` object.
17+
Voice applications such as [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.
1818

1919
**Custom Commands (Preview)** is a streamlined solution for creating voice applications. It provides a unified authoring experience, an automatic hosting model, and relatively lower complexity versus other options like [Direct Line Speech](direct-line-speech.md). This simplification, however, comes with a reduction in flexibility. So, Custom Commands (Preview) is best suited for task completion or command-and-control scenarios. It's particularly well-matched for Internet of Things (IoT) and headless devices.
2020

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 01/31/2020
11+
ms.date: 03/11/2020
1212
ms.author: dapine
1313
---
1414

15-
# About Direct Line Speech
15+
# What is Direct Line Speech?
1616

1717
**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

articles/cognitive-services/Speech-Service/how-to-custom-speech-commands-fulfill-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: How to fulfill Custom Commands on the client with the Speech SDK
2+
title: How to fulfill commands from a client with the Speech SDK
33
titleSuffix: Azure Cognitive Services
4-
description: In this article, we explain how to handle Custom Commands activities on client with the Speech SDK.
4+
description: In this article, we explain how to handle Custom Commands activities on a client with the Speech SDK.
55
services: cognitive-services
66
author: don-d-kim
77
manager: yetian
88

99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: conceptual
12-
ms.date: 10/09/2019
12+
ms.date: 03/12/2020
1313
ms.author: donkim
1414
---
1515

16-
# How To: Fulfill Commands on the client with the Speech SDK (Preview)
16+
# Fulfill commands from a client with the Speech SDK (Preview)
1717

1818
To complete tasks using a Custom Commands application you can send custom payloads to a connected client device.
1919

articles/cognitive-services/Speech-Service/index-conversation-scenarios.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,45 @@ metadata:
1111
layout: LandingPage
1212
ms.service: speech-service
1313
ms.topic: landing-page
14-
ms.date: 02/11/2020
14+
ms.date: 03/10/2020
1515
ms.author: dapine
1616

1717
landingContent:
18-
- title: Conversation Transcription
18+
- title: About Conversation Transcription
1919
linkLists:
2020
- linkListType: overview
2121
links:
22-
- text: About Conversation Transcription
22+
- text: What is Conversation Transcription?
2323
url: conversation-transcription.md
2424
- linkListType: how-to-guide
2525
links:
26-
- text: Transcribe a real-time conversation
27-
url: how-to-use-conversation-transcription.md
28-
- text: Asynchronously transcribe conversations
29-
url: how-to-async-conversation-transcription.md
3026
- text: Handle call center scenarios
3127
url: call-center-transcription.md
32-
- title: Multi-device conversation
28+
- text: Real-time Conversation Transcription
29+
url: how-to-use-conversation-transcription.md
30+
- text: Asynchronous Conversation Transcription
31+
url: how-to-async-conversation-transcription.md
32+
- linkListType: reference
33+
links:
34+
- text: Conversation Transcription language support
35+
url: conversation-transcription.md#language-support
36+
- title: About multi-device conversation
3337
linkLists:
3438
- linkListType: overview
3539
links:
36-
- text: About Multi-device conversation
40+
- text: What is multi-device conversation?
3741
url: multi-device-conversation.md
3842
- linkListType: quickstart
3943
links:
4044
- text: Start and join a conversation
4145
url: quickstarts/multi-device-conversation.md
42-
- title: Reference
43-
linkLists:
4446
- linkListType: reference
4547
links:
46-
- text: Conversation Transcription language support
47-
url: conversation-transcription.md#language-support
4848
- text: Multi-device conversation language support
4949
url: multi-device-conversation.md#language-support
50-
- text: Pricing
50+
- title: Reference
51+
linkLists:
52+
- linkListType: reference
53+
links:
54+
- text: Speech transcription pricing
5155
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/

articles/cognitive-services/Speech-Service/index-devices.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ metadata:
1111
layout: LandingPage
1212
ms.service: speech-service
1313
ms.topic: landing-page
14-
ms.date: 02/11/2020
14+
ms.date: 03/10/2020
1515
ms.author: dapine
1616

1717
landingContent:
18-
- title: Get started
18+
- title: About the Speech devices SDK
1919
linkLists:
2020
- linkListType: overview
2121
links:
22-
- text: About the Speech Devices SDK
22+
- text: What is the Speech devices SDK?
2323
url: speech-devices-sdk.md
2424
- linkListType: quickstart
2525
links:
26-
- text: Use Speech Device SDK (Windows)
26+
- text: Use Speech devices SDK (Windows)
2727
url: speech-devices-sdk-quickstart.md?pivots=platform-windows
28-
- text: Use Speech Device SDK (Linux)
28+
- text: Use Speech devices SDK (Linux)
2929
url: speech-devices-sdk-quickstart.md?pivots=platform-linux
30-
- text: Use Speech Device SDK (Android)
30+
- text: Use Speech devices SDK (Android)
3131
url: speech-devices-sdk-quickstart.md?pivots=platform-android
32-
- title: Step-by-step guides
32+
- title: Develop with Speech devices SDK
3333
linkLists:
3434
- linkListType: how-to-guide
3535
links:

articles/cognitive-services/Speech-Service/index-hosting.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ metadata:
1111
layout: LandingPage
1212
ms.service: speech-service
1313
ms.topic: landing-page
14-
ms.date: 02/11/2020
14+
ms.date: 03/10/2020
1515
ms.author: dapine
1616

1717
landingContent:
18-
- title: Get started
18+
- title: About hosting
1919
linkLists:
2020
- linkListType: concept
2121
links:
22-
- text: Speech service containers
22+
- text: Install and run Speech containers
2323
url: speech-container-howto.md
24-
- text: Speech service containers with Kubernetes
24+
- text: Speech containers with Kubernetes and Helm
2525
url: speech-container-howto-on-premises.md
26-
- text: Speech service containers on Azure Container Instances
26+
- text: Speech containers on Azure container instances
2727
url: deploy-speech-on-container-instances.md
28-
- title: Step-by-step guides
28+
- title: Create and configure
2929
linkLists:
3030
- linkListType: how-to-guide
3131
links:
3232
- text: Create an Azure Speech resource
3333
url: get-started.md#new-resource
34-
- text: Configure containers
34+
- text: Configure speech containers
3535
url: speech-container-configuration.md
3636
- title: Reference
3737
linkLists:

articles/cognitive-services/Speech-Service/index-intent-recognition.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ metadata:
1111
layout: LandingPage
1212
ms.service: speech-service
1313
ms.topic: landing-page
14-
ms.date: 02/11/2020
14+
ms.date: 03/10/2020
1515
ms.author: dapine
1616

1717
landingContent:
18-
- title: Get started
18+
- title: About intent recognition
1919
linkLists:
2020
- linkListType: quickstart
2121
links:
2222
- text: Recognize speech, intents, and entities
2323
url: quickstarts/intent-recognition.md
24-
- title: Step-by-step guides
24+
- title: Develop with intent recognition
2525
linkLists:
2626
- linkListType: how-to-guide
2727
links:
@@ -37,5 +37,5 @@ landingContent:
3737
url: ../luis/developer-reference-resource.md
3838
- text: Language support
3939
url: ../luis/luis-language-support.md#languages-supported
40-
- text: Pricing
40+
- text: Intent recognition pricing
4141
url: https://azure.microsoft.com/pricing/details/cognitive-services/language-understanding-intelligent-services

articles/cognitive-services/Speech-Service/index-speech-to-text.yml

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ metadata:
1111
layout: LandingPage
1212
ms.service: speech-service
1313
ms.topic: landing-page
14-
ms.date: 02/11/2020
14+
ms.date: 03/10/2020
1515
ms.author: dapine
1616

1717
landingContent:
18-
- title: Get started
18+
- title: About speech-to-text
1919
linkLists:
2020
- linkListType: overview
2121
links:
@@ -29,47 +29,33 @@ landingContent:
2929
url: quickstarts/speech-to-text-from-file.md
3030
- text: Recognize speech stored in blob storage
3131
url: quickstarts/from-blob.md
32-
- title: Step-by-step guides
32+
- title: Develop with speech-to-text
3333
linkLists:
3434
- linkListType: how-to-guide
3535
links:
36-
- text: Change speech recognition source language
37-
url: how-to-specify-source-language.md
3836
- text: Choose speech recognition mode
3937
url: how-to-choose-recognition-mode.md
40-
- text: Improve accuracy with Phrase Lists
41-
url: how-to-phrase-lists.md
42-
- text: Improve accuracy with Tenant Models
43-
url: tutorial-tenant-model.md
38+
- text: Change speech recognition source language
39+
url: how-to-specify-source-language.md
4440
- text: Improve accuracy with Custom Speech
4541
url: how-to-custom-speech.md
46-
- text: Select a specific microphone input device
47-
url: how-to-select-audio-input-devices.md
48-
- text: Use automatic source language detection
49-
url: how-to-automatic-language-detection.md
5042
- text: Use compressed audio input formats
5143
url: how-to-use-codec-compressed-audio-input-streams.md
5244
- linkListType: concept
5345
links:
54-
- text: Prepare Custom Speech data
46+
- text: Prepare data for Custom Speech
5547
url: how-to-custom-speech-test-data.md
56-
- text: Inspect Custom Speech data
57-
url: how-to-custom-speech-inspect-data.md
58-
- text: Evaluate Custom Speech accuracy
59-
url: how-to-custom-speech-evaluate-data.md
60-
- text: Train a custom model
48+
- text: Train a model for Custom Speech
6149
url: how-to-custom-speech-train-model.md
62-
- text: Deploy a custom model
63-
url: how-to-custom-speech-deploy-model.md
6450
- text: Create human-labeled transcriptions
6551
url: how-to-custom-speech-human-labeled-transcriptions.md
66-
- title: Reference
52+
- title: References
6753
linkLists:
6854
- linkListType: reference
6955
links:
7056
- text: Language support
7157
url: language-support.md#speech-to-text
72-
- text: Pricing
73-
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services
7458
- text: Speech-to-text FAQ
7559
url: faq-stt.md
60+
- text: Speech-to-text pricing
61+
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services

articles/cognitive-services/Speech-Service/index-speech-translation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ metadata:
1111
layout: LandingPage
1212
ms.service: speech-service
1313
ms.topic: landing-page
14-
ms.date: 02/11/2020
14+
ms.date: 03/10/2020
1515
ms.author: dapine
1616

1717
landingContent:
18-
- title: Get started
18+
- title: About speech translation
1919
linkLists:
2020
- linkListType: overview
2121
links:
@@ -29,7 +29,7 @@ landingContent:
2929
url: quickstarts/translate-speech-to-text-multiple-languages.md
3030
- text: Translate speech-to-speech
3131
url: quickstarts/translate-speech-to-speech.md
32-
- title: Step-by-step guides
32+
- title: Develop with speech translation
3333
linkLists:
3434
- linkListType: learn
3535
links:
@@ -45,7 +45,7 @@ landingContent:
4545
links:
4646
- text: Language support
4747
url: language-support.md#speech-translation
48-
- text: Pricing
49-
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/
5048
- text: Speech translation FAQ
5149
url: https://www.microsoft.com/translator/business/faq/
50+
- text: Speech translation pricing
51+
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/

0 commit comments

Comments
 (0)