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
# Quickstart: Speech to text with the Azure OpenAI Whisper model
18
18
19
-
In this quickstart, you use the [Azure OpenAI Whisper model](../speech-service/whisper-overview.md) for speech to text conversion. The Whisper model can transcribe human speech in numerous languages, and it can also translate other languages into English.
19
+
This quickstart explains how to use the [Azure OpenAI Whisper model](../speech-service/whisper-overview.md) for speech to text conversion. The Whisper model can transcribe human speech in numerous languages, and it can also translate other languages into English.
20
20
21
21
The file size limit for the Whisper model is 25 MB. If you need to transcribe a file larger than 25 MB, you can use the Azure AI Speech [batch transcription](../speech-service/batch-transcription-create.md#use-a-whisper-model) API.
22
22
@@ -26,7 +26,7 @@ The file size limit for the Whisper model is 25 MB. If you need to transcribe a
26
26
## Prerequisites
27
27
28
28
- An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
29
-
- An Azure OpenAI resource with a `whisper` model deployed in a [supported region](./concepts/models.md#whisper-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](how-to/create-resource.md).
29
+
- An Azure OpenAI resource with a Whisper model deployed in a [supported region](./concepts/models.md#whisper-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](how-to/create-resource.md).
30
30
31
31
## Set up
32
32
@@ -106,5 +106,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
106
106
107
107
## Next steps
108
108
109
-
* To learn how to submit audio data in batches, see [Create a batch transcription](../speech-service/batch-transcription-create.md).
109
+
* To learn how to convert audio data to text in batches, see [Create a batch transcription](../speech-service/batch-transcription-create.md).
110
110
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
0 commit comments