Skip to content

Commit f6b8751

Browse files
committed
save progress
1 parent bea944d commit f6b8751

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Here's an example that shows how to subscribe to events for speech synthesis. Yo
371371
speechSynthesizer.bookmarkReached = function (s, e) {
372372
var str = `BookmarkReached event: \
373373
\r\n\tAudioOffset: ${(e.audioOffset + 5000) / 10000}ms \
374-
\r\n\tText: \"${e.Text}\".`;
374+
\r\n\tText: \"${e.text}\".`;
375375
console.log(str);
376376
};
377377

0 commit comments

Comments
 (0)