Skip to content

Commit 7b01196

Browse files
committed
Final Edit
1 parent fd97158 commit 7b01196

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ ms.author: wolfma
1414

1515
# What is batch transcription?
1616

17-
Batch transcription is a set of REST API operations that enables users to transcribe a large amount of audio in storage. Users can point to audio files with a shared access signature (SAS) URI and asynchronously receive transcription results in return.
17+
Batch transcription is a set of REST API operations that enables you to transcribe a large amount of audio in storage. You can point to audio files with a shared access signature (SAS) URI and asynchronously receive transcription results.
1818

1919
Asynchronous speech-to-text transcription is just one of the features. You can use batch transcription REST APIs to call the following methods:
2020

2121

2222

23-
| Batch Transcription Operation | Method | REST API Call |
24-
|--------------------------------------------------------------------------------|--------------|----------------------------------------------------|
25-
| Creates a new transcription. | POST | api/speechtotext/v2.0/transcriptions |
26-
| Retrieves a list of transcriptions for the authenticated subscription. | GET | api/speechtotext/v2.0/transcriptions |
27-
| 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} |
23+
| Batch Transcription Operation | Method | REST API Call |
24+
|------------------------------------------------------------------------------|--------------|----------------------------------------------------|
25+
| Creates a new transcription. | POST | api/speechtotext/v2.0/transcriptions |
26+
| Retrieves a list of transcriptions for the authenticated subscription. | GET | api/speechtotext/v2.0/transcriptions |
27+
| 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} |
3131

3232

3333

0 commit comments

Comments
 (0)