Skip to content

Commit d8d60eb

Browse files
committed
per Darren
1 parent a1686c4 commit d8d60eb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
Here's an example where the offset starts incrementing in ticks from `0` (zero):
2323

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
Here's an example where the offset starts incrementing in ticks from `0` (zero):
2323

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
Here's an example where the offset starts incrementing in ticks from `0` (zero):
2323

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
Here's an example where the offset starts incrementing in ticks from `0` (zero):
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
Here's an example where the offset starts incrementing in ticks from `0` (zero):
2323

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/objectivec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
The end of a single utterance is determined by listening for silence at the end. You won't get the final recognition result until an utterance has completed. Recognizing events will provide intermediate results that are subject to change while an audio stream is being processed. Recognized events will provide the final transcribed text once processing of an utterance is completed.
2323

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
Here's an example where the offset starts incrementing in ticks from `0` (zero):
2323

articles/cognitive-services/Speech-Service/includes/how-to/recognize-speech-results/swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You might want to synchronize transcriptions with an audio track, whether it's d
1717

1818
The Speech service returns the offset and duration of the recognized speech.
1919

20-
[!INCLUDE [Example offset and duration](example-offset-duration.md)]
20+
[!INCLUDE [Define offset and duration](define-offset-duration.md)]
2121

2222
The end of a single utterance is determined by listening for silence at the end. You won't get the final recognition result until an utterance has completed. Recognizing events will provide intermediate results that are subject to change while an audio stream is being processed. Recognized events will provide the final transcribed text once processing of an utterance is completed.
2323

0 commit comments

Comments
 (0)