Skip to content

Commit e97fa52

Browse files
authored
Merge pull request #96860 from erhopf/speech-usertest-srmic
[CogSvcs] Adjusting SR from mic heading for user testing
2 parents ad31dd5 + 88d31b8 commit e97fa52

File tree

1 file changed

+4
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone

1 file changed

+4
-2
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/header.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 11/07/2019
11+
ms.date: 11/20/2019
1212
ms.author: erhopf
1313
---
1414

15-
In this quickstart you will use the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) to interactively recognize speech from audio data captured from a microphone. After satisfying a few prerequisites, recognizing speech from a microphone only takes four steps:
15+
In this quickstart, you'll use the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) to interactively recognize speech from a microphone input, and get the text transcription from captured audio. It's easy to integrate this feature into your apps or and devices for common recognition tasks, such as transcribing conversations. It can also be used for more complex integrations, like using the Bot Framework with the Speech SDK to build voice assistants.
16+
17+
After satisfying a few prerequisites, recognizing speech from a microphone only takes four steps:
1618

1719
> [!div class="checklist"]
1820
> * Create a `SpeechConfig` object from your subscription key and region.

0 commit comments

Comments
 (0)