We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b803df commit 52beebfCopy full SHA for 52beebf
articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/python.md
@@ -44,6 +44,7 @@ Follow these steps to create a new console application.
44
1. Copy the following code into `speech_synthesis.py`:
45
46
```Python
47
+ import os
48
import azure.cognitiveservices.speech as speechsdk
49
50
speech_config = speechsdk.SpeechConfig(subscription=os.environ.get('SPEECH_KEY'), region=os.environ.get('SPEECH_REGION'))
0 commit comments