We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f1d11 commit 50217adCopy full SHA for 50217ad
1 file changed
examples/microphone-speech-to-text.py
@@ -74,7 +74,8 @@ def recognize_using_weboscket(*args):
74
mycallback = MyRecognizeCallback()
75
speech_to_text.recognize_using_websocket(audio=audio_source,
76
content_type='audio/l16; rate=44100',
77
- recognize_callback=mycallback)
+ recognize_callback=mycallback,
78
+ interim_results=True)
79
80
###############################################
81
#### Prepare the for recording using Pyaudio ##
0 commit comments