Skip to content

Commit

Permalink
Regenerate README (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored Aug 4, 2017
1 parent bbcf872 commit 642d5a5
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions packages/google-cloud-speech/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,18 @@ __Usage:__ `node recognize.js --help`

```
Commands:
sync <filename> Detects speech in a local audio file.
sync-gcs <gcsUri> Detects speech in an audio file located in a Google Cloud Storage bucket.
async <filename> Creates a job to detect speech in a local audio file, and waits for the job to complete.
async-gcs <gcsUri> Creates a job to detect speech in an audio file located in a Google Cloud Storage bucket, and
waits for the job to complete.
stream <filename> Detects speech in a local audio file by streaming it to the Speech API.
listen Detects speech in a microphone input stream. This command requires that you have SoX installed and
available in your $PATH. See https://www.npmjs.com/package/node-record-lpcm16#dependencies
sync <filename> Detects speech in a local audio file.
sync-gcs <gcsUri> Detects speech in an audio file located in a Google Cloud Storage bucket.
sync-words <filename> Detects speech in a local audio file with word time offset.
async <filename> Creates a job to detect speech in a local audio file, and waits for the job to complete.
async-gcs <gcsUri> Creates a job to detect speech in an audio file located in a Google Cloud Storage bucket,
and waits for the job to complete.
async-gcs-words <gcsUri> Creates a job to detect speech with word time offset in an audio file located in a Google
Cloud Storage bucket, and waits for the job to complete.
stream <filename> Detects speech in a local audio file by streaming it to the Speech API.
listen Detects speech in a microphone input stream. This command requires that you have SoX
installed and available in your $PATH. See
https://www.npmjs.com/package/node-record-lpcm16#dependencies
Options:
--help Show help [boolean]
Expand Down

0 comments on commit 642d5a5

Please sign in to comment.