UNPKG

speech-to-element

Version:

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

9 lines (8 loc) 301 B
import { Translations } from '../../types/options'; export declare class AzureTranscript { static extract(text: string, finalTranscript: string, isFinal: boolean, translations?: Translations): { interimTranscript: string; finalTranscript: string; newText: string; }; }