{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/DisfluencyMode.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,cAAc;IACtB;;OAEG;IACH,GAAG,QAAQ;IAEX;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,OAAO,YAAY;CACtB","file":"DisfluencyMode.d.ts","sourcesContent":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\n/**\n * Disfluency handling options.\n */\nexport enum DisfluencyMode {\n    /**\n     * The Microsoft Speech Service does not remove disfluencies from all results.\n     */\n    Raw = \"Raw\",\n\n    /**\n     * The Microsoft Speech Service removes disfluencies from all results.\n     */\n    Removed = \"Removed\",\n\n    /**\n     * The Microsoft Speech Service tags disfluencies in the phrase result.\n     */\n    Labeled = \"Labeled\"\n}\n"]}