UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
26 lines (24 loc) 1.14 kB
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. Object.defineProperty(exports, "__esModule", { value: true }); exports.PronunciationAssessmentGradingSystem = void 0; /** * Defines the point system for pronunciation score calibration; default value is FivePoint. * Added in version 1.15.0 * @class PronunciationAssessmentGradingSystem */ var PronunciationAssessmentGradingSystem; (function (PronunciationAssessmentGradingSystem) { /** * Five point calibration * @member PronunciationAssessmentGradingSystem.FivePoint */ PronunciationAssessmentGradingSystem[PronunciationAssessmentGradingSystem["FivePoint"] = 1] = "FivePoint"; /** * Hundred mark * @member PronunciationAssessmentGradingSystem.HundredMark */ PronunciationAssessmentGradingSystem[PronunciationAssessmentGradingSystem["HundredMark"] = 2] = "HundredMark"; })(PronunciationAssessmentGradingSystem = exports.PronunciationAssessmentGradingSystem || (exports.PronunciationAssessmentGradingSystem = {})); //# sourceMappingURL=PronunciationAssessmentGradingSystem.js.map