{"version":3,"sources":["src/common.speech/ServiceMessages/Synthesis/SynthesisContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAE1C;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB","file":"SynthesisContext.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 { OnError } from \"./OnError\";\r\n\r\n/**\r\n * The json paylaod for synthesis context in speech.context\r\n */\r\nexport interface SynthesisContext {\r\n    /**\r\n     * The voices.\r\n     */\r\n    defaultVoices?: { [key: string]: string };\r\n\r\n    /**\r\n     * The target languages for which synthesis should be generated.\r\n     * Defaults to all, if list is omitted or empty.\r\n     */\r\n    synthesizedLanguages?: string[];\r\n\r\n    /**\r\n     * The on error.\r\n     */\r\n    onError?: OnError;\r\n}\r\n"]}