Skip to content

Commit 0a62db0

Browse files
committed
Add minor edits
1 parent 33d6bef commit 0a62db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/openai/whisper-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Convert speech to text with Azure OpenAI Service
33
titleSuffix: Azure OpenAI
4-
description: Learn how to use the Azure OpenAI Whisper model for speech-to-text conversion.
4+
description: Learn how to use the Azure OpenAI Whisper model for speech to text conversion.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.custom: devx-track-python
@@ -16,7 +16,7 @@ zone_pivot_groups: openai-whisper
1616

1717
# Quickstart: Speech to text with the Azure OpenAI Whisper model
1818

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

2121
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.
2222

@@ -26,7 +26,7 @@ The file size limit for the Whisper model is 25 MB. If you need to transcribe a
2626
## Prerequisites
2727

2828
- 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).
3030

3131
## Set up
3232

@@ -106,5 +106,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
106106

107107
## Next steps
108108

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).
110110
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).

0 commit comments

Comments
 (0)