Skip to content

Commit c4793cb

Browse files
committed
visibility for low code approach
1 parent b430044 commit c4793cb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ms.custom: devx-track-csharp
1818

1919
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.
2020

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/).
23+
2124
## Create a transcription job
2225

2326
::: zone pivot="rest-api"

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: eur
99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: overview
12-
ms.date: 10/21/2022
12+
ms.date: 03/15/2023
1313
ms.devlang: csharp
1414
ms.custom: devx-track-csharp
1515
---
@@ -18,26 +18,23 @@ ms.custom: devx-track-csharp
1818

1919
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.
2020

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-
2421
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.
2522

2623
## How does it work?
2724

2825
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.
2926

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](https://learn.microsoft.com/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:
3131

3232
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.
3333
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.
3434
1. [Get batch transcription results](batch-transcription-get.md) - Check transcription status and retrieve transcription results asynchronously.
3535

3636
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.
3737

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-
>
4138
## Next steps
4239

4340
- [Locate audio files for batch transcription](batch-transcription-audio-data.md)

0 commit comments

Comments
 (0)