Skip to content

Commit 246a7a4

Browse files
authored
Merge pull request #104252 from wolfma61/master
fix definition of time/offset in batch output description. capitaliza…
2 parents f635546 + ee4e23d commit 246a7a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cognitive-services/Speech-Service/batch-transcription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ For mono input audio, one transcription result file is being created. For stereo
124124
speakerId as a string if
125125
diarization requested for
126126
mono audio file'
127-
"Offset": number 'time in milliseconds'
128-
"Duration": number 'time in milliseconds'
127+
"Offset": number 'time in ticks (1 tick is 100 nanosec)'
128+
"Duration": number 'time in ticks (1 tick is 100 nanosec)'
129129
"OffsetInSeconds" : number 'Real number. Two decimal places'
130130
"DurationInSeconds" : number 'Real number. Two decimal places'
131131
"NBest": [
@@ -145,8 +145,8 @@ For mono input audio, one transcription result file is being created. For stereo
145145
"Words": [
146146
{
147147
"Word": string
148-
"Offset": number 'time in milliseconds'
149-
"Duration": number 'time in milliseconds'
148+
"Offset": number 'time in ticks (1 tick is 100 nanosec)'
149+
"Duration": number 'time in ticks (1 tick is 100 nanosec)'
150150
"OffsetInSeconds": number 'Real number. Two decimal places'
151151
"DurationInSeconds": number 'Real number. Two decimal places'
152152
"Confidence": number 'between 0 and 1'

articles/cognitive-services/Speech-Service/regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Speech service is available in these regions for **speech recognition**, **t
3434

3535
[!INCLUDE [](../../../includes/cognitive-services-speech-service-region-identifier.md)]
3636

37-
If you use the [Speech SDK](speech-sdk.md), regions are specified by the **Region Identifier** (for example, as a parameter to `SpeechConfig.FromSubscription`). Make sure the region is matching the region of your subscription.
37+
If you use the [Speech SDK](speech-sdk.md), regions are specified by the **Region identifier** (for example, as a parameter to `SpeechConfig.FromSubscription`). Make sure the region is matching the region of your subscription.
3838

3939
### Intent recognition
4040

0 commit comments

Comments
 (0)