File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/google-cloud-python-speech/samples/snippets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ To run this sample:
98
98
Google Cloud Speech API sample application using the REST API for batch
99
99
processing.
100
100
101
- Example usage: python translate .py resources/audio.raw
101
+ Example usage: python transcribe .py resources/audio.raw
102
102
103
103
positional arguments:
104
104
speech_file Full path of audio file to be recognized
Original file line number Diff line number Diff line change 17
17
"""Google Cloud Speech API sample application using the REST API for batch
18
18
processing.
19
19
20
- Example usage: python translate .py resources/audio.raw
20
+ Example usage: python transcribe .py resources/audio.raw
21
21
"""
22
22
23
23
# [START import_libraries]
You can’t perform that action at this time.
0 commit comments