Skip to content

Commit d76e913

Browse files
author
Darren Cohen
committed
Fix
1 parent 235bbe7 commit d76e913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/example-offset-duration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ If the speaker continues then to say "Let's get started," a new offset is calcul
3030
|---------|---------|---------|---------|
3131
|RECOGNIZING |OK |71500000 |3100000 |
3232
|RECOGNIZING |OK now |71500000 |10300000 |
33-
|RECOGNIZING |OK, now let's |71500000 |14700000 |
34-
|RECOGNIZING |OK, now let's get started. |71500000 |18500000 |
33+
|RECOGNIZING |OK now let's |71500000 |14700000 |
34+
|RECOGNIZING |OK now let's get started |71500000 |18500000 |
3535
|RECOGNIZED |OK, now let's get started. |71500000 |20600000 |
3636

3737
The total duration of the second utterance was 2.06 seconds. It was recognized at 7.15 to 9.21 seconds offset from the start of the audio stream being recognized (00:00:07.150 --> 00:00:09.210).

0 commit comments

Comments
 (0)