UNPKG

speech-to-element

Version:

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

6 lines (5 loc) 271 B
import { OnPreResult, Options } from '../types/options'; import { Speech } from '../speech'; export declare class PreResultUtils { static process(speech: Speech, newText: string, isFinal: boolean, onPreResult?: OnPreResult, options?: Options): boolean | undefined; }