Skip to content

Commit

Permalink
Adds usage examples to api-client samples and fixes copy/paste error …
Browse files Browse the repository at this point in the history
…in cloud-client/transcribe. [(#782)](GoogleCloudPlatform/python-docs-samples#782)
  • Loading branch information
gguuss authored and busunkim96 committed Sep 3, 2020
1 parent f2c18ae commit 3e7d3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-speech/samples/snippets/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To run this sample:
Google Cloud Speech API sample application using the REST API for batch
processing.
Example usage: python translate.py resources/audio.raw
Example usage: python transcribe.py resources/audio.raw
positional arguments:
speech_file Full path of audio file to be recognized
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-speech/samples/snippets/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""Google Cloud Speech API sample application using the REST API for batch
processing.
Example usage: python translate.py resources/audio.raw
Example usage: python transcribe.py resources/audio.raw
"""

# [START import_libraries]
Expand Down

0 comments on commit 3e7d3af

Please sign in to comment.