Skip to content

Commit 046e242

Browse files
committed
update
1 parent d8d60eb commit 046e242

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/cognitive-services/Speech-Service/captioning-concepts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ You'll want to synchronize captions with the audio track, whether it's done in r
4646

4747
The Speech service returns the offset and duration of the recognized speech.
4848

49-
- **Offset**: Used to measure the relative position of the speech that is currently being recognized. Offset is measured in ticks, where a single tick represents one hundred nanoseconds or one ten-millionth of a second.
50-
- **Duration**: Duration of the utterance that is being recognized. The duration in ticks doesn't include trailing or leading silence.
49+
[!INCLUDE [Define offset and duration](includes/how-to/recognize-speech-results/define-offset-duration.md)]
5150

5251
For more information, see [Get speech recognition results](get-speech-recognition-results.md).
5352

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ ms.date: 04/13/2022
77
ms.author: eur
88
---
99

10-
- **Offset**: The duration offset into the stream of audio that is being recognized. Offset starts incrementing in ticks from `0` (zero) when the first audio byte is processed by the SDK. For example, the offset begins incrementing from `0` (zero) when you start continuous recognition, since that's when the SDK starts processing the audio stream. One tick represents one hundred nanoseconds or one ten-millionth of a second.
10+
- **Offset**: The duration offset into the stream of audio that is being recognized. Offset starts incrementing in ticks from `0` (zero) when the first audio byte is processed by the SDK. For example, the offset begins when you start continuous recognition, since that's when the SDK starts processing the audio stream. One tick represents one hundred nanoseconds or one ten-millionth of a second.
1111
- **Duration**: Duration of the utterance that is being recognized. The duration in ticks doesn't include trailing or leading silence.

0 commit comments

Comments
 (0)