You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis/javascript.md
+92-4Lines changed: 92 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,12 +341,100 @@ While using the [SpeechSynthesizer](/javascript/api/microsoft-cognitiveservices-
341
341
342
342
[!INCLUDE [Event types](events.md)]
343
343
344
-
Here's an example that shows how to subscribe to the `bookmarkReached` event for speech synthesis.
344
+
Here's an example that shows how to subscribe to events for speech synthesis. You can follow the instructions in the [quickstart](../../../get-started-text-to-speech.md?pivots=javascript), but replace the contents of that `SpeechSynthesis.js` file with the following JavaScript code.
0 commit comments