Skip to content

Commit 9edf788

Browse files
author
Sherry Yang
committed
Update.
1 parent ca6a71f commit 9edf788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/get-started-speech-azure/includes/3-speech-synthesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For example, suppose you create an app that vocalizes text messages. In the code
9595

9696
First, connect to the endpoint for Azure Speech. Then, create a `SpeechSynthesizer` object. Then application processes the text file containing the message and uses the `SpeechSynthesizer` object to generate the spoken audio.
9797

98-
:::image type="content" source="../media/text-to-speech-python.png" alt-text="Screenshot of text-to-speech in the Foundry playground." lightbox="../media/text-to-speech-python.png":::
98+
:::image type="content" source="../media/text-to-speech-python.png" alt-text="Screenshot of text-to-speech Python code." lightbox="../media/text-to-speech-python.png":::
9999

100100
When you run the application, it will take the text and return an audio output of the message.
101101

0 commit comments

Comments
 (0)