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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/openai-speech/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: eur
12
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.
13
13
14
14
Speak into the microphone to start a conversation with Azure OpenAI.
15
-
- The Speech service 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).
16
16
- Your request as text is sent to Azure OpenAI.
17
17
- The Speech service text to speech (TTS) feature synthesizes the response from Azure OpenAI to the default speaker.
0 commit comments