From 8e646cb21291378d43da3fed68b04bedc7e61dad Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Fri, 4 Aug 2017 08:56:05 -0700 Subject: [PATCH] Regenerate README --- speech/README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/speech/README.md b/speech/README.md index 5ee4444515..4390f45b43 100644 --- a/speech/README.md +++ b/speech/README.md @@ -39,14 +39,18 @@ __Usage:__ `node recognize.js --help` ``` Commands: - sync Detects speech in a local audio file. - sync-gcs Detects speech in an audio file located in a Google Cloud Storage bucket. - async Creates a job to detect speech in a local audio file, and waits for the job to complete. - async-gcs 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 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 Detects speech in a local audio file. + sync-gcs Detects speech in an audio file located in a Google Cloud Storage bucket. + sync-words Detects speech in a local audio file with word time offset. + async Creates a job to detect speech in a local audio file, and waits for the job to complete. + async-gcs 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 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 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]