UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

13 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProsodyTarget = exports.Intonation = void 0; var Intonation; (function (Intonation) { Intonation["falling"] = "falling"; Intonation["rising"] = "rising"; Intonation["flat"] = "flat"; })(Intonation = exports.Intonation || (exports.Intonation = {})); class ProsodyTarget { } exports.ProsodyTarget = ProsodyTarget; //# sourceMappingURL=prosody.js.map