Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Add missing import for code sample [(#1898)](GoogleCloudPlatform/pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored and busunkim96 committed Sep 3, 2020
1 parent 8c2e1e4 commit 2f6163a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/snippets/transcribe_enhanced_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
def transcribe_file_with_enhanced_model(path):
"""Transcribe the given audio file using an enhanced model."""
# [START speech_transcribe_enhanced_model]
import io

from google.cloud import speech

client = speech.SpeechClient()

# path = 'resources/commercial_mono.wav'
Expand Down

0 comments on commit 2f6163a

Please sign in to comment.