UNPKG

speech-to-element

Version:

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

8 lines (7 loc) 240 B
import { Speech } from '../speech'; export declare class StopTimeout { private static readonly DEFAULT_MS; private static set; static reset(speech: Speech, stopTimeoutMS?: number): void; static stop(speech: Speech): void; }