Skip to content

Commit

Permalink
Update transcribe_streaming.py (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and busunkim96 committed Dec 10, 2019
1 parent a09ca74 commit ddb79a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/cloud-client/transcribe_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"""

import argparse
import io


# [START speech_transcribe_streaming]
def transcribe_streaming(stream_file):
"""Streams transcription of the given audio file."""
import io
from google.cloud import speech
from google.cloud.speech import enums
from google.cloud.speech import types
Expand Down

0 comments on commit ddb79a7

Please sign in to comment.