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 a09ca74 commit ddb79a7Copy full SHA for ddb79a7
speech/cloud-client/transcribe_streaming.py
@@ -21,12 +21,12 @@
21
"""
22
23
import argparse
24
-import io
25
26
27
# [START speech_transcribe_streaming]
28
def transcribe_streaming(stream_file):
29
"""Streams transcription of the given audio file."""
+ import io
30
from google.cloud import speech
31
from google.cloud.speech import enums
32
from google.cloud.speech import types
0 commit comments