Skip to content

Commit 3650f09

Browse files
committed
Edited intro, created table, and edited content
1 parent 4f782e4 commit 3650f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Asynchronous speech-to-text transcription is just one of the features. You can u
2525
| Creates a new transcription. | POST | api/speechtotext/v2.0/transcriptions |
2626
| Retrieves a list of transcriptions for the authenticated subscription. | GET | api/speechtotext/v2.0/transcriptions |
2727
| Gets a list of supported locales for offline transcriptions. | GET | api/speechtotext/v2.0/transcriptions/locales |
28-
| Updates the mutable details of the transcription identified by its ID. | PATCH | api/speechtotext/v2.0/transcriptions/{id} |
29-
| Deletes the specified transcription task. | DELETE | api/speechtotext/v2.0/transcriptions/{id} |
30-
| Gets the transcription identified by the given ID. | GET | api/speechtotext/v2.0/transcriptions/{id} |
28+
| Updates the mutable details of the transcription identified by its ID. | PATCH | api/speechtotext/v2.0/transcriptions/{id} |
29+
| Deletes the specified transcription task. | DELETE | api/speechtotext/v2.0/transcriptions/{id} |
30+
| Gets the transcription identified by the given ID. | GET | api/speechtotext/v2.0/transcriptions/{id} |
3131

3232

3333

0 commit comments

Comments
 (0)