UNPKG

speech-to-element

Version:

Add real-time speech to text functionality into your website with no effort

5 lines (4 loc) 156 B
import { Translations } from '../types/options'; export declare class Translate { static translate(text: string, tranlsations: Translations): string; }