microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
18 lines (16 loc) • 593 B
JavaScript
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectionEventArgs = void 0;
const Exports_js_1 = require("./Exports.js");
/**
* Defines payload for connection events like Connected/Disconnected.
* Added in version 1.2.0
*/
class ConnectionEventArgs extends Exports_js_1.SessionEventArgs {
}
exports.ConnectionEventArgs = ConnectionEventArgs;
//# sourceMappingURL=ConnectionEventArgs.js.map
;