UNPKG

microsoft-speech-browser-sdk

Version:
12 lines (10 loc) 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ConnectionState; (function (ConnectionState) { ConnectionState[ConnectionState["None"] = 0] = "None"; ConnectionState[ConnectionState["Connected"] = 1] = "Connected"; ConnectionState[ConnectionState["Connecting"] = 2] = "Connecting"; ConnectionState[ConnectionState["Disconnected"] = 3] = "Disconnected"; })(ConnectionState = exports.ConnectionState || (exports.ConnectionState = {})); //# sourceMappingURL=IConnection.js.map