@novo-learning/novo-sdk
Version:
SDK for the Novolanguage Speech Analysis API
10 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Pause = void 0;
var Pause;
(function (Pause) {
Pause["prohibited"] = "prohibited";
Pause["optional"] = "optional";
Pause["mandatory"] = "mandatory";
})(Pause = exports.Pause || (exports.Pause = {}));
//# sourceMappingURL=pauses.js.map