We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385ab68 commit e1050fcCopy full SHA for e1050fc
speech/cloud-client/transcribe_enhanced_model.py
@@ -28,7 +28,10 @@
28
def transcribe_file_with_enhanced_model(path):
29
"""Transcribe the given audio file using an enhanced model."""
30
# [START speech_transcribe_enhanced_model]
31
+ import io
32
+
33
from google.cloud import speech
34
35
client = speech.SpeechClient()
36
37
# path = 'resources/commercial_mono.wav'
0 commit comments