Skip to content

Commit 870aa5b

Browse files
authored
Merge pull request #121960 from wangfu91/patch-1
'StopContinuousRecognitionAsync' should be 'StartContinuousRecognitio…
2 parents 70dfb71 + c880283 commit 870aa5b

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/how-to/recognize-speech

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/how-to/recognize-speech/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ speechRecognizer->SessionStopped.Connect([&recognitionEnd](const SessionEventArg
171171
});
172172
```
173173
174-
With everything set up, call [`StopContinuousRecognitionAsync`](/cpp/cognitive-services/speech/speechrecognizer#startcontinuousrecognitionasync) to start recognizing:
174+
With everything set up, call [`StartContinuousRecognitionAsync`](/cpp/cognitive-services/speech/speechrecognizer#startcontinuousrecognitionasync) to start recognizing:
175175
176176
```cpp
177177
// Starts continuous recognition. Uses StopContinuousRecognitionAsync() to stop recognition.

0 commit comments

Comments
 (0)