@novo-learning/novo-sdk
Version:
SDK for the Novolanguage Speech Analysis API
13 lines • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Prosody = exports.Intensity = exports.Pitch = void 0;
class Pitch {
}
exports.Pitch = Pitch;
class Intensity {
}
exports.Intensity = Intensity;
class Prosody {
}
exports.Prosody = Prosody;
//# sourceMappingURL=prosody.js.map