export interface ISpeechRecoginitionAlternative{ readonly transcript: string; readonly confidence: number; }