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 a840d48 commit a94c9d2Copy full SHA for a94c9d2
1 file changed
speech/snippets/transcribe.py
@@ -23,7 +23,6 @@
23
"""
24
25
import argparse
26
-import io
27
28
29
# [START speech_transcribe_sync]
@@ -32,6 +31,7 @@ def transcribe_file(speech_file):
32
31
from google.cloud import speech
33
from google.cloud.speech import enums
34
from google.cloud.speech import types
+ import io
35
client = speech.SpeechClient()
36
37
# [START speech_python_migration_sync_request]
0 commit comments