Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dytesdk/ai-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dytesdk/ai-client

Package for Dyte AI Client

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Logo

Google Transcriptions by Dyte


Explore the docs »

Report BugRequest Feature

Table of Contents

About The Project

This package provides audio transcriptions in various languages.

Built With

Getting Started

Prerequisites

Installation

npm i @dytesdk/google-transcription

Usage

A speech object can be created using DyteGoogleSpeechRecognition class.

import DyteGoogleSpeechRecognition from '@dytesdk/google-transcription';

const speech = new DyteGoogleSpeechRecognition({
    meeting,
    target: 'hi',
    source: 'en-US',
    baseUrl: <backend-url>,
});


speech.on('transcription', async (data) => {
    // ... do something with transcription
    // console.log(speech.transcriptions);
});

speech.transcribe();

Contributing

We really appreciate contributions in the form of bug reports and feature suggestions. Help us make Dyte better with your valuable contributions on our forum 🙂.

License

All rights reserved. © Dyte Inc.

FAQs

Package last updated on 30 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts