@euirim/microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
26 lines (25 loc) • 842 B
TypeScript
export * from "./AudioSourceEvents";
export * from "./ConnectionEvents";
export * from "./ConnectionMessage";
export * from "./ConnectionOpenResponse";
export * from "./Error";
export * from "./Events";
export * from "./EventSource";
export * from "./Guid";
export * from "./IAudioSource";
export * from "./IConnection";
export * from "./IDetachable";
export * from "./IDictionary";
export * from "./IDisposable";
export * from "./IEventSource";
export * from "./ITimer";
export * from "./IWebsocketMessageFormatter";
export * from "./List";
export * from "./PlatformEvent";
export * from "./Promise";
export * from "./Queue";
export * from "./RawWebsocketMessage";
export * from "./RiffPcmEncoder";
export * from "./Stream";
export { TranslationStatus } from "../common.speech/TranslationStatus";
export * from "./ChunkedArrayBufferStream";