@@ -39,14 +39,18 @@ __Usage:__ `node recognize.js --help`
39
39
40
40
```
41
41
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
50
54
51
55
Options:
52
56
--help Show help [boolean]
0 commit comments