Skip to content

Commit 4dec536

Browse files
committed
speech edits
1 parent 2579bb8 commit 4dec536

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/ai-services/speech-service/batch-transcription-create.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: eric-urban
77
ms.author: eur
88
ms.service: azure-ai-speech
99
ms.topic: how-to
10-
ms.date: 5/25/2025
10+
ms.date: 6/5/2025
1111
zone_pivot_groups: speech-cli-rest
1212
ms.custom: devx-track-csharp
1313
# Customer intent: As a user who implements audio transcription, I want create transcriptions in bulk so that I don't have to submit audio content repeatedly.
@@ -17,9 +17,14 @@ ms.custom: devx-track-csharp
1717

1818
With batch transcriptions, you submit [audio data](batch-transcription-audio-data.md) in a batch. 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.
1919

20+
Batch transcription completion can take several minutes to hours, depending on the size of the audio data and the number of files submitted. Even the same size of audio data can take different amounts of time to transcribe, depending on service load and other factors. The service doesn't provide a way to estimate the time it takes to transcribe a batch of audio data.
21+
22+
> [!TIP]
23+
> If you need consistent fast speed for audio files less than 2 hours long and less than 300 MB in size, consider using the [fast transcription API](fast-transcription.md) instead.
24+
2025
## Prerequisites
2126

22-
You need a standard (S0) Azure AI Foundry resource.
27+
You need an [Azure AI Foundry resource for Speech](../multi-service-resource.md).
2328

2429
## Create a transcription job
2530

0 commit comments

Comments
 (0)