microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 1.11 kB
Source Map (JSON)
{"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.\r\n// Licensed under the MIT license.\r\n\r\n/**\r\n * Defines the pronunciation evaluation granularity; default value is Phoneme.\r\n * Added in version 1.15.0\r\n * @class PronunciationAssessmentGranularity\r\n */\r\nexport enum PronunciationAssessmentGranularity {\r\n /**\r\n * Shows the score on the full text, word and phoneme level\r\n * @member PronunciationAssessmentGranularity.Phoneme\r\n */\r\n Phoneme = 1,\r\n\r\n /**\r\n * Shows the score on the full text and word level\r\n * @member PronunciationAssessmentGranularity.Word\r\n */\r\n Word,\r\n\r\n /**\r\n * Shows the score on the full text level only\r\n * @member PronunciationAssessmentGranularity.FullText\r\n */\r\n FullText,\r\n}\r\n"]}