We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8513d commit f5ff10fCopy full SHA for f5ff10f
speech/snippets/README.rst
@@ -98,7 +98,7 @@ To run this sample:
98
Google Cloud Speech API sample application using the REST API for batch
99
processing.
100
101
- Example usage: python translate.py resources/audio.raw
+ Example usage: python transcribe.py resources/audio.raw
102
103
positional arguments:
104
speech_file Full path of audio file to be recognized
speech/snippets/transcribe.py
@@ -17,7 +17,7 @@
17
"""Google Cloud Speech API sample application using the REST API for batch
18
19
20
-Example usage: python translate.py resources/audio.raw
+Example usage: python transcribe.py resources/audio.raw
21
"""
22
23
# [START import_libraries]
0 commit comments