diff --git a/packages/google-cloud/package.json b/packages/google-cloud/package.json index 05a3e75b02b..e17e2b512a9 100644 --- a/packages/google-cloud/package.json +++ b/packages/google-cloud/package.json @@ -88,6 +88,9 @@ "google cloud resource manager", "cloud resource manager", "resource manager", + "google cloud speech", + "cloud speech", + "speech", "google cloud vision", "cloud vision", "vision" @@ -103,6 +106,7 @@ "@google-cloud/prediction": "^0.1.2", "@google-cloud/pubsub": "^0.2.0", "@google-cloud/resource": "^0.1.1", + "@google-cloud/speech": "^0.1.1", "@google-cloud/storage": "^0.1.1", "@google-cloud/translate": "^0.2.0", "@google-cloud/vision": "^0.2.0", diff --git a/packages/google-cloud/src/index.js b/packages/google-cloud/src/index.js index 4cf6ccdd13e..ac6b897a7a4 100644 --- a/packages/google-cloud/src/index.js +++ b/packages/google-cloud/src/index.js @@ -250,6 +250,31 @@ var apis = { */ resource: require('@google-cloud/resource'), + /** + * The [Cloud Speech API](https://cloud.google.com/speech/docs) enables easy + * integration of Google speech recognition technologies into developer + * applications. Send audio and receive a text transcription from the Cloud + * Speech API service. + * + *

+ * **This is a Beta release of Google Cloud Speech.** This feature is not + * covered by any SLA or deprecation policy and may be subject to + * backward-incompatible changes. + *

+ * + * @type {module:speech} + * + * @return {module:speech} + * + * @example + * var gcloud = require('google-cloud'); + * var speech = gcloud.speech({ + * projectId: 'grape-spaceship-123', + * keyFilename: '/path/to/keyfile.json' + * }); + */ + speech: require('@google-cloud/speech'), + /** * Google Cloud Storage allows you to store data on Google infrastructure. * Read [Google Cloud Storage API docs](https://developers.google.com/storage)