Remove en-gb
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
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. Please say something.', The talk action welcomes the caller and asks them to say something. Please say something.',

APIs 62