Skip to content

Commit

Permalink
chore: I updated the comments on the transcribe_async file to reflect…
Browse files Browse the repository at this point in the history
… time limitations on local files for the long_running_recognize
  • Loading branch information
b-loved-dreamer committed Oct 2, 2020
1 parent bf888d7 commit f510e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/transcribe_async.py
Expand Up @@ -38,7 +38,7 @@ def transcribe_file(speech_file):
content = audio_file.read()

"""
Note that transcription is limited to 60 seconds audio.
Note that transcription is limited to a 60 seconds audio file.
Use a GCS file for audio longer than 1 minute.
"""
audio = speech.RecognitionAudio(content=content)
Expand Down

0 comments on commit f510e8f

Please sign in to comment.