Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Google Cloud Platform logo

Open in Cloud Shell

Table of Contents

Before you begin

Before running the samples, make sure you've followed the steps outlined in Using the client library.

cd samples

npm install

cd ..

Samples

Adaptation.create_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.create_custom_class.js


Adaptation.create_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.create_phrase_set.js


Adaptation.delete_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.delete_custom_class.js


Adaptation.delete_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.delete_phrase_set.js


Adaptation.get_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.get_custom_class.js


Adaptation.get_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.get_phrase_set.js


Adaptation.list_custom_classes

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.list_custom_classes.js


Adaptation.list_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.list_phrase_set.js


Adaptation.update_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.update_custom_class.js


Adaptation.update_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/adaptation.update_phrase_set.js


Speech.long_running_recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/speech.long_running_recognize.js


Speech.recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/speech.recognize.js


Speech.streaming_recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1/speech.streaming_recognize.js


Adaptation.create_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.create_custom_class.js


Adaptation.create_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.create_phrase_set.js


Adaptation.delete_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.delete_custom_class.js


Adaptation.delete_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.delete_phrase_set.js


Adaptation.get_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.get_custom_class.js


Adaptation.get_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.get_phrase_set.js


Adaptation.list_custom_classes

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.list_custom_classes.js


Adaptation.list_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.list_phrase_set.js


Adaptation.update_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.update_custom_class.js


Adaptation.update_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/adaptation.update_phrase_set.js


Speech.long_running_recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/speech.long_running_recognize.js


Speech.recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/speech.recognize.js


Speech.streaming_recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v1p1beta1/speech.streaming_recognize.js


Speech.batch_recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.batch_recognize.js


Speech.create_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.create_custom_class.js


Speech.create_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.create_phrase_set.js


Speech.create_recognizer

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.create_recognizer.js


Speech.delete_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.delete_custom_class.js


Speech.delete_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.delete_phrase_set.js


Speech.delete_recognizer

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.delete_recognizer.js


Speech.get_config

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.get_config.js


Speech.get_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.get_custom_class.js


Speech.get_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.get_phrase_set.js


Speech.get_recognizer

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.get_recognizer.js


Speech.list_custom_classes

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.list_custom_classes.js


Speech.list_phrase_sets

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.list_phrase_sets.js


Speech.list_recognizers

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.list_recognizers.js


Speech.recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.recognize.js


Speech.streaming_recognize

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.streaming_recognize.js


Speech.undelete_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.undelete_custom_class.js


Speech.undelete_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.undelete_phrase_set.js


Speech.undelete_recognizer

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.undelete_recognizer.js


Speech.update_config

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.update_config.js


Speech.update_custom_class

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.update_custom_class.js


Speech.update_phrase_set

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.update_phrase_set.js


Speech.update_recognizer

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/generated/v2/speech.update_recognizer.js


Quickstart

View the source code.

Open in Cloud Shell

Usage:

node packages/google-cloud-speech/samples/quickstart.js