Skip to content

Commit c880283

Browse files
authored
'StopContinuousRecognitionAsync' should be 'StartContinuousRecognitionAsync'
1 parent 3dae2b1 commit c880283

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)