This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
v1.1.0
Features
This release introduces a new endpoint v1p1beta1
that introduces some enhancements to speech models. The default endpoint does not change, the existing code will still use v1
endpoint. This change does not affect any existing code.
Use the following code to request v1p1beta1
endpoint for your client:
const speech = require('@google-cloud/speech');
var client = new speech.v1p1beta1.SpeechClient();