Skip to content

Commit 8ff87f5

Browse files
committed
Added C# bits too
1 parent 771723e commit 8ff87f5

File tree

3 files changed

+145
-130
lines changed

3 files changed

+145
-130
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Next, let's create a variable to manage the state of speech recognition. To star
140140
promise<void> recognitionEnd;
141141
```
142142

143-
Next, we'll subscribe to the events sent from the [`SpeechRecognizer`](https://docs.microsoft.com/cpp/cognitive-services/speech/speechrecognizer).
143+
We'll subscribe to the events sent from the [`SpeechRecognizer`](https://docs.microsoft.com/cpp/cognitive-services/speech/speechrecognizer).
144144

145145
* [`Recognizing`](https://docs.microsoft.com/cpp/cognitive-services/speech/asyncrecognizer#recognizing): Signal for events containing intermediate recognition results.
146146
* [`Recognized`](https://docs.microsoft.com/cpp/cognitive-services/speech/asyncrecognizer#recognized): Signal for events containing final recognition results (indicating a successful recognition attempt).

0 commit comments

Comments
 (0)