UNPKG

@comsultia/speech2text

Version:

Google Speech to Text plugin using websockets to communicate with backend

15 lines 314 B
export interface Config { debug: boolean; url: string; elementStart: string; elementStop: string; elementResult: string; defaultTimeout?: number; onConnecting?(): void; onConnection?(): void; onNotSupported?(): void; onStart?(): void; onBlock?(): void; onError?(): void; onEnd?(): void; }