Skip to content

Commit ad8a371

Browse files
committed
edit pass: get-started-speech-to-text
1 parent 8d77788 commit ad8a371

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Speech-to-text quickstart - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to use the Speech SDK to convert speech-to-text. In this quickstart, you learn about object construction, supported audio input formats, and configuration options for speech recognition.
4+
description: Learn how to use the Speech SDK to convert speech to text, including object construction, supported audio input formats, and configuration options for speech recognition.
55
services: cognitive-services
66
author: eric-urban
77
manager: nitinme

articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-browser-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ One of the core features of the Speech service is the ability to recognize and t
1111

1212
## React sample on GitHub
1313

14-
Go to the [React sample](https://github.com/Azure-Samples/AzureSpeechReactSample) on GitHub to learn how to use the Speech SDK in a browser-based JavaScript environment, . This sample shows design patterns for the exchange and management of authentication tokens. It also shows the capture of audio from a microphone or file for speech-to-text conversions.
14+
Go to the [React sample](https://github.com/Azure-Samples/AzureSpeechReactSample) on GitHub to learn how to use the Speech SDK in a browser-based JavaScript environment. This sample shows design patterns for the exchange and management of authentication tokens. It also shows the capture of audio from a microphone or file for speech-to-text conversions.
1515

1616
You can also use the design patterns in the [Node.js quickstart](../../../get-started-speech-to-text.md?pivots=programming-language-nodejs&tabs=script%2cbrowser%2cwindowsinstall) in a browser environment.

articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article assumes that you have an Azure account and a Speech service subscri
1919
At a command prompt, run the following command. Insert the following values into the command:
2020
- Your subscription key for the Speech service.
2121
- Your Speech service region.
22-
- The input audio file path. You can generate audio files by using [text-to-speech](../../../get-started-text-to-speech.md).
22+
- The path for input audio files. You can generate audio files by using [text-to-speech](../../../get-started-text-to-speech.md).
2323

2424
:::code language="curl" source="~/cognitive-services-quickstart-code/curl/speech/speech-to-text.sh" id="request":::
2525

articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-objectivec-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following samples assume that you have an Azure account and a Speech service
1414

1515
## Install Speech SDK and samples
1616

17-
The [Cognitive Services Speech SDK](https://github.com/Azure-Samples/cognitive-services-speech-sdk) contains samples written in in Swift and Objective-C for iOS and Mac. Select a link to see installation instructions for each sample:
17+
The [Cognitive Services Speech SDK](https://github.com/Azure-Samples/cognitive-services-speech-sdk) contains samples written in Swift and Objective-C for iOS and Mac. Select a link to see installation instructions for each sample:
1818

1919
* [Recognize speech from a microphone in Objective-C on macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos/from-microphone)
2020
* [Recognize speech in Swift on macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos/from-microphone)

0 commit comments

Comments
 (0)