UNPKG

speech-to-element

Version:

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

13 lines (12 loc) 325 B
export interface InternalCommands { stop?: string | string[]; pause?: string | string[]; resume?: string | string[]; reset?: string | string[]; removeAllText?: string | string[]; commandMode?: string | string[]; settings?: { substrings?: boolean; caseSensitive?: boolean; }; }