Skip to content

Commit c2f97d9

Browse files
committed
terminology
1 parent 3c92fc8 commit c2f97d9

File tree

1 file changed

+3
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/openai-speech

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/openai-speech/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.author: eur
99
> [!IMPORTANT]
1010
> To complete the steps in this guide, access must be granted to Microsoft Azure OpenAI Service in the desired Azure subscription. Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access).
1111
12-
In this how-to guide, you can use [Speech](../../../overview.md) to converse with [Azure OpenAI](/azure/cognitive-services/openai/overview). The text recognized by the Speech service is sent to Azure OpenAI. The text response from Azure OpenAI is then synthesized by the Speech service.
12+
In this how-to guide, you can use [Azure Cognitive Services Speech](../../../overview.md) to converse with [Azure OpenAI Service](/azure/cognitive-services/openai/overview). The text recognized by the Speech service is sent to Azure OpenAI. The text response from Azure OpenAI is then synthesized by the Speech service.
1313

1414
Speak into the microphone to start a conversation with Azure OpenAI.
15-
- Azure Cognitive Services Speech recognizes your speech and converts it into text (speech-to-text).
15+
- The Speech service recognizes your speech and converts it into text (speech-to-text).
1616
- Your request as text is sent to Azure OpenAI.
17-
- Azure Cognitive Services Speech synthesizes (text-to-speech) the response from Azure OpenAI to the default speaker.
17+
- The Speech service text to speech (TTS) feature synthesizes the response from Azure OpenAI to the default speaker.
1818

1919
Although the experience of this example is a back-and-forth exchange, Azure OpenAI doesn't remember the context of your conversation.

0 commit comments

Comments
 (0)