@euirim/microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
23 lines (21 loc) • 746 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
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 "./IConnection";
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";
//# sourceMappingURL=Exports.js.map