UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
18 lines (16 loc) 597 B
"use strict"; // // 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.InterimResultsMode = void 0; /** * The mode for interim results */ var InterimResultsMode; (function (InterimResultsMode) { InterimResultsMode["Enable"] = "Enable"; InterimResultsMode["Disable"] = "Disable"; })(InterimResultsMode = exports.InterimResultsMode || (exports.InterimResultsMode = {})); //# sourceMappingURL=InterimResults.js.map