Remove en-gb support
article thumbnail

Build a Speech Translation App on Deno With Azure and Vonage

Nexmo

bargeIn: true }, { eventUrl: [asrWebhook], eventMethod: 'GET', action: 'input', speech: { uuid: [uuid], language: 'en-us' } } ]); As you can see the NCCO is composed of two actions: talk and input , respectively. The list of supported languages is derived from the Vonage ASR Guide. Please say something.', Please say something.',

APIs 62
article thumbnail

Keep Track of Your Budget with Dial YNAB

Nexmo

config(); const Speech = require('@google-cloud/speech'); const speech = new Speech.SpeechClient(); const googleConfig = { config: { encoding: 'LINEAR16', sampleRateHertz: 8000, languageCode: 'en-GB' }, interimResults: false }; This creates a new instance of the cloud speech client for us to use.

APIs 73