UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
7 lines (6 loc) 189 B
import { PlatformEvent } from "./Exports.js"; export declare class BackgroundEvent extends PlatformEvent { private privError; constructor(error: string); get error(): string; }