{"version":3,"sources":["src/sdk/PronunciationAssessmentGranularity.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,oBAAY,kCAAkC;IAC1C;;;OAGG;IACH,OAAO,IAAI;IAEX;;;OAGG;IACH,IAAI,IAAA;IAEJ;;;OAGG;IACH,QAAQ,IAAA;CACX","file":"PronunciationAssessmentGranularity.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\n/**\n * Defines the pronunciation evaluation granularity; default value is Phoneme.\n * Added in version 1.15.0\n * @class PronunciationAssessmentGranularity\n */\nexport enum PronunciationAssessmentGranularity {\n    /**\n     * Shows the score on the full text, word and phoneme level\n     * @member PronunciationAssessmentGranularity.Phoneme\n     */\n    Phoneme = 1,\n\n    /**\n     * Shows the score on the full text and word level\n     * @member PronunciationAssessmentGranularity.Word\n     */\n    Word,\n\n    /**\n     * Shows the score on the full text level only\n     * @member PronunciationAssessmentGranularity.FullText\n     */\n    FullText,\n}\n"]}