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 9109ed0 commit fe984c2Copy full SHA for fe984c2
speech/snippets/README.rst
@@ -26,7 +26,7 @@ authentication:
26
27
.. code-block:: bash
28
29
- gcloud beta auth application-default login
+ gcloud auth application-default login
30
31
32
#. When running on App Engine or Compute Engine, credentials are already
@@ -127,7 +127,7 @@ To run this sample:
127
128
Example usage:
129
python transcribe_async.py resources/audio.raw
130
- python transcribe_async.py gs://cloud-samples-tests/speech/brooklyn.raw
+ python transcribe_async.py gs://cloud-samples-tests/speech/vr.flac
131
132
positional arguments:
133
path File or GCS path for audio file to be recognized
0 commit comments