UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 963 B
{"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":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\nimport { Group } from \"./Group\";\r\n\r\n/**\r\n * Internal class for deserializing DGI V1 JSON into.\r\n */\r\nexport interface Dgi {\r\n /**\r\n * The Groups in the grammar.\r\n */\r\n groups?: Group[];\r\n\r\n /**\r\n * The reference grammars.\r\n */\r\n referenceGrammars?: string[];\r\n\r\n /**\r\n * The weight to be assigned to standalone DGI grammar\r\n */\r\n bias?: number;\r\n}\r\n"]}