Skip to content

Commit 9852bb8

Browse files
danaharonbusunkim96
authored andcommitted
Update transcribe_async.py to have long GCS flac example [(#904)](GoogleCloudPlatform/python-docs-samples#904)
1 parent 8c12ac6 commit 9852bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-python-speech/samples/snippets/transcribe_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
Example usage:
2121
python transcribe_async.py resources/audio.raw
22-
python transcribe_async.py gs://cloud-samples-tests/speech/brooklyn.flac
22+
python transcribe_async.py gs://cloud-samples-tests/speech/vr.flac
2323
"""
2424

2525
import argparse

0 commit comments

Comments
 (0)