Skip to content

Commit e6e8556

Browse files
committed
Fixing json
1 parent bbed6c0 commit e6e8556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ You should receive a response body in the following format:
4343
},
4444
"properties": {
4545
"diarizationEnabled": false,
46-
"wordLevelTimestampsEnabled": true,
47-
"displayFormWordLevelTimestampsEnabled": false,
46+
"wordLevelTimestampsEnabled": false,
47+
"displayFormWordLevelTimestampsEnabled": true,
4848
"channels": [
4949
0,
5050
1

0 commit comments

Comments
 (0)