UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

10 lines (9 loc) 265 B
export interface ISpeechDetected { Offset: number; } export declare class SpeechDetected implements ISpeechDetected { private privSpeechStartDetected; private constructor(); static fromJSON(json: string): SpeechDetected; get Offset(): number; }