We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea944d commit f6b8751Copy full SHA for f6b8751
articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis/javascript.md
@@ -371,7 +371,7 @@ Here's an example that shows how to subscribe to events for speech synthesis. Yo
371
speechSynthesizer.bookmarkReached = function (s, e) {
372
var str = `BookmarkReached event: \
373
\r\n\tAudioOffset: ${(e.audioOffset + 5000) / 10000}ms \
374
- \r\n\tText: \"${e.Text}\".`;
+ \r\n\tText: \"${e.text}\".`;
375
console.log(str);
376
};
377
0 commit comments