{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/TranslationOutput.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC","file":"TranslationOutput.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 { InterimResults } from \"./InterimResults\";\n\n/**\n * The translation output configuration\n */\nexport interface TranslationOutput {\n    /**\n     * Whether to include pass through results\n     */\n    includePassThroughResults?: boolean;\n\n    /**\n     * The interim results configuration\n     */\n    interimResults?: InterimResults;\n}\n"]}