Skip to content

Commit 01aac50

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#408941
Updated line number 230
1 parent 0b31bb0 commit 01aac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/batch-transcription-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ curl -v -X POST -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-
227227
},
228228
"properties": {
229229
"wordLevelTimestampsEnabled": true,
230-
},
230+
}
231231
}' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/transcriptions"
232232
```
233233

0 commit comments

Comments
 (0)