File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ Here's an example that shows how to subscribe to events for speech synthesis. Yo
373
373
\r\n\t AudioOffset: ${ (e .audioOffset + 5000 ) / 10000 } ms \
374
374
\r\n\t Text: \" ${ e .Text } \" .` ;
375
375
console .log (str);
376
- }
376
+ };
377
377
378
378
speechSynthesizer .synthesisCanceled = function (s , e ) {
379
379
console .log (" SynthesisCanceled event" );
@@ -401,7 +401,7 @@ Here's an example that shows how to subscribe to events for speech synthesis. Yo
401
401
\r\n\t AudioOffset: ${ (e .audioOffset + 5000 ) / 10000 } ms \
402
402
\r\n\t VisemeId: ${ e .visemeId } ` ;
403
403
console .log (str);
404
- }
404
+ };
405
405
406
406
speechSynthesizer .wordBoundary = function (s , e ) {
407
407
// Word, Punctuation, or Sentence
You can’t perform that action at this time.
0 commit comments