{"version":3,"sources":["src/common.speech/ServiceMessages/Dgi/Dgi.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;GAEG;AACH,MAAM,WAAW,GAAG;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAEjB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB","file":"Dgi.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\nimport { Group } from \"./Group\";\n\n/**\n * Internal class for deserializing DGI V1 JSON into.\n */\nexport interface Dgi {\n    /**\n     * The Groups in the grammar.\n     */\n    groups?: Group[];\n\n    /**\n     * The reference grammars.\n     */\n    referenceGrammars?: string[];\n\n    /**\n     * The weight to be assigned to standalone DGI grammar\n     */\n    bias?: number;\n}\n"]}