UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

8 lines (7 loc) 296 B
import { IEventSource } from "./IEventSource"; import { PlatformEvent } from "./PlatformEvent"; export declare class Events { private static privInstance; static setEventSource: (eventSource: IEventSource<PlatformEvent>) => void; static get instance(): IEventSource<PlatformEvent>; }