Skip to content

Commit 958e0b2

Browse files
author
Ace Nassri
authored
Regenerate README (GoogleCloudPlatform#445)
1 parent 6897322 commit 958e0b2

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

speech/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ __Usage:__ `node recognize.js --help`
3939

4040
```
4141
Commands:
42-
sync <filename> Detects speech in a local audio file.
43-
sync-gcs <gcsUri> Detects speech in an audio file located in a Google Cloud Storage bucket.
44-
async <filename> Creates a job to detect speech in a local audio file, and waits for the job to complete.
45-
async-gcs <gcsUri> Creates a job to detect speech in an audio file located in a Google Cloud Storage bucket, and
46-
waits for the job to complete.
47-
stream <filename> Detects speech in a local audio file by streaming it to the Speech API.
48-
listen Detects speech in a microphone input stream. This command requires that you have SoX installed and
49-
available in your $PATH. See https://www.npmjs.com/package/node-record-lpcm16#dependencies
42+
sync <filename> Detects speech in a local audio file.
43+
sync-gcs <gcsUri> Detects speech in an audio file located in a Google Cloud Storage bucket.
44+
sync-words <filename> Detects speech in a local audio file with word time offset.
45+
async <filename> Creates a job to detect speech in a local audio file, and waits for the job to complete.
46+
async-gcs <gcsUri> Creates a job to detect speech in an audio file located in a Google Cloud Storage bucket,
47+
and waits for the job to complete.
48+
async-gcs-words <gcsUri> Creates a job to detect speech with word time offset in an audio file located in a Google
49+
Cloud Storage bucket, and waits for the job to complete.
50+
stream <filename> Detects speech in a local audio file by streaming it to the Speech API.
51+
listen Detects speech in a microphone input stream. This command requires that you have SoX
52+
installed and available in your $PATH. See
53+
https://www.npmjs.com/package/node-record-lpcm16#dependencies
5054
5155
Options:
5256
--help Show help [boolean]

0 commit comments

Comments
 (0)