Skip to content

Commit 7656e74

Browse files
authored
Update python.md
1 parent 52beebf commit 7656e74

File tree

1 file changed

+1
-0
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics

1 file changed

+1
-0
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Follow these steps to create a new console application.
4444
1. Copy the following code into `speech_recognition.py`:
4545

4646
```Python
47+
import os
4748
import azure.cognitiveservices.speech as speechsdk
4849

4950
def recognize_from_microphone():

0 commit comments

Comments
 (0)