bawat buwan
> Biling buwanang> Biling taunang
Ang mga karaniwang uri ng mga web browser ay ang mga sumusunod: Web browser na gumagamit ng mga web browser na may mga web browser. Maaari mo ring gamitin ang API upang lumikha ng mga pasadyang mga application na leverage VocalStack ng malakas na AI transcription at pagsasalin kakayahan.
Tl> Basahin ang DokumentasyonJavaScriptimport { Polyglot } from '@vocalstack/js-sdk'; const polyglot = new Polyglot({ apiKey: 'YOUR-API-KEY' }); const stream = await polyglot.getLiveSessionStream({ link: 'a-custom-url', password: 'password', // include only if the session has a password }); // Listen to any live transcriptions that are associated // with the polyglot session. stream.onData((response) => { const { data } = response; // The entire transcription object of the current transcription const transcription = data.activeTranscription; // An object with the transcription timeline console.log(transcription.timeline); });