export interface ICoginitiveServiceSpeechResult { Confidence: number; Display: string; ITN: string; Lexical: string; MaskedITN: string; }