microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
18 lines (16 loc) • 552 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.OnErrorAction = void 0;
/**
* The onErrorAction enum
*/
var OnErrorAction;
(function (OnErrorAction) {
OnErrorAction["Continue"] = "Continue";
OnErrorAction["EndOfTurn"] = "EndOfTurn";
})(OnErrorAction = exports.OnErrorAction || (exports.OnErrorAction = {}));
//# sourceMappingURL=OnError.js.map