You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/batch-transcription.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,25 @@ ms.author: wolfma
14
14
15
15
# What is batch transcription?
16
16
17
-
Batch transcription is ideal for transcribing a large amount of audio in storage. By using the dedicated REST API, you can point to audio files with a shared access signature (SAS) URI and asynchronously receive transcription results.
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.
18
18
19
-
The API offers asynchronous speech-to-text transcription and other features. You can use REST API to expose methods to:
19
+
Asynchronous speech-to-text transcription is just one of the features. You can use batch transcription REST APIs to call the following methods:
20
20
21
-
- Create a batch processing requests
22
-
- Query the status
23
-
- Download transcription results
24
-
- Delete transcription information from the service
25
21
26
-
The detailed API is available as a [Swagger document](https://westus.cris.ai/swagger/ui/index#/Custom%20Speech%20transcriptions%3A), under the heading `Custom Speech transcriptions`.
| Gets the transcription identified by the given ID. | GET | api/speechtotext/v2.0/transcriptions/{id} |
31
+
32
+
33
+
34
+
35
+
You can review and test the detailed API which is available as a [Swagger document](https://westus.cris.ai/swagger/ui/index#/Custom%20Speech%20transcriptions%3A), under the heading `Custom Speech transcriptions`.
27
36
28
37
Batch transcription jobs are scheduled on a best effort basis. Currently there is no estimate for when a job changes into the running state. Under normal system load, it should happen within minutes. Once in the running state, the actual transcription is processed faster than the audio real time.
29
38
@@ -317,4 +326,4 @@ You can find the sample in the `samples/batch` directory in the [GitHub sample r
317
326
318
327
## Next steps
319
328
320
-
*[Get your Speech trial subscription](https://azure.microsoft.com/try/cognitive-services/)
329
+
-[Get your Speech trial subscription](https://azure.microsoft.com/try/cognitive-services/)
0 commit comments