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-create.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ ms.custom: devx-track-csharp
18
18
19
19
With batch transcriptions, you submit the [audio data](batch-transcription-audio-data.md), and then retrieve transcription results asynchronously. The service transcribes the audio data and stores the results in a storage container. You can then [retrieve the results](batch-transcription-get.md) from the storage container.
20
20
21
+
> [!NOTE]
22
+
> To use batch transcription, you need to use a standard (S0) Speech resource. Free resources (F0) aren't supported. For more information, see [pricing and limits](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/batch-transcription.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.author: eur
9
9
ms.service: cognitive-services
10
10
ms.subservice: speech-service
11
11
ms.topic: overview
12
-
ms.date: 10/21/2022
12
+
ms.date: 03/15/2023
13
13
ms.devlang: csharp
14
14
ms.custom: devx-track-csharp
15
15
---
@@ -18,26 +18,23 @@ ms.custom: devx-track-csharp
18
18
19
19
Batch transcription is used to transcribe a large amount of audio data in storage. Both the [Speech-to-text REST API](rest-speech-to-text.md#transcriptions) and [Speech CLI](spx-basics.md) support batch transcription.
20
20
21
-
>[!NOTE]
22
-
> To use batch transcription, you need a standard Speech resource (S0) in your subscription. Free resources (F0) aren't supported. For more information, see [pricing and limits](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
23
-
24
21
You should provide multiple files per request or point to an Azure Blob Storage container with the audio files to transcribe. The batch transcription service can handle a large number of submitted transcriptions. The service transcribes the files concurrently, which reduces the turnaround time.
25
22
26
23
## How does it work?
27
24
28
25
With batch transcriptions, you submit the audio data, and then retrieve transcription results asynchronously. The service transcribes the audio data and stores the results in a storage container. You can then retrieve the results from the storage container.
29
26
30
-
To get started with batch transcription, refer to the following how-to guides:
27
+
> [!TIP]
28
+
> For a low or no-code solution, you can use the [Batch Speech-to-text Connector](/connectors/cognitiveservicesspe/) in Power Platform applications such as Power Automate, Power Apps, and Logic Apps. See the [Power automate batch transcription](power-automate-batch-transcription.md) guide to get started.
29
+
30
+
To use the batch transcription REST API:
31
31
32
32
1.[Locate audio files for batch transcription](batch-transcription-audio-data.md) - You can upload your own data or use existing audio files via public URI or [shared access signature (SAS)](../../storage/common/storage-sas-overview.md) URI.
33
33
1.[Create a batch transcription](batch-transcription-create.md) - Submit the transcription job with parameters such as the audio files, the transcription language, and the transcription model.
34
34
1.[Get batch transcription results](batch-transcription-get.md) - Check transcription status and retrieve transcription results asynchronously.
35
35
36
36
Batch transcription jobs are scheduled on a best-effort basis. You can't estimate when a job will change into the running state, but it should happen within minutes under normal system load. When the job is in the running state, the transcription occurs faster than the audio runtime playback speed.
37
37
38
-
>[!NOTE]
39
-
> You can also use Batch Transcription in Power Platform applications (Power Automate, Power Apps, Logic Apps) via the [Batch Speech-to-text Connector](https://learn.microsoft.com/connectors/cognitiveservicesspe/) with your own Speech resource. Learn more about [Power Platform](https://learn.microsoft.com/power-platform/) and the [connectors](https://learn.microsoft.com/connectors/).
40
-
>
41
38
## Next steps
42
39
43
40
-[Locate audio files for batch transcription](batch-transcription-audio-data.md)
0 commit comments