{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/InterimResults.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,IAAI;IACZ,IAAI,SAAS;IACb,MAAM,WAAW;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB","file":"InterimResults.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 * Result type\n */\nexport enum Mode {\n    None = \"None\",\n    Always = \"Always\"\n}\n\n/**\n * Interim results\n */\nexport interface InterimResults {\n    /**\n     * The mode for interim results\n     */\n    mode?: Mode;\n\n    /**\n     * If true, intermediate results only contain stable parts\n     */\n    stableOnly?: boolean;\n}\n"]}