export interface ICoginitiveServiceSpeechHypothesis{ Text: string; Offset: number; Duration: number; }