Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@alexander-fenster alexander-fenster released this 23 Mar 19:55
989c580

Features

In this minor release we updated some protos used by v1p1beta1 endpoint (added optional metadata field to RecognitionConfig message). There is no need to change any existing code. Also, v1 endpoint is still default. If you want to try using the new v1p1beta1 endpoint, you need to request it in your code:

const speech = require('@google-cloud/nodejs-speech').v1p1beta1;

Fixes

  • (#47) Remove projectId argument in samples