Skip to content

Latest commit

 

History

History
 
 

speech

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Cloud Platform logo

Google Cloud Speech API Node.js Samples

Sign up for the Alpha.

The Cloud Speech API enables easy integration of Google speech recognition technologies into developer applications.

Table of Contents

Setup

  1. Read Prerequisites and How to run a sample first.

  2. Install dependencies:

     npm install
    

Samples

Recognition

View the documentation or the source code.

Run the sample:

Usage: node recognize <path-to-audio-file>

Example:

node recognize resources/audio.raw

Recognition (Streaming)

View the documentation or the source code.

Run the sample:

Usage: node recognize_streaming <path-to-audio-file>

Example:

node recognize_streaming resources/audio.raw