{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/InterimResults.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,UAAU;IAClB,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,UAAU,eAAe;IACzB,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B","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 * The result type enum\n */\nexport enum ResultType {\n    Auto = \"Auto\",\n    StableFragment = \"StableFragment\",\n    Hypothesis = \"Hypothesis\",\n    None = \"None\"\n}\n\n/**\n * The interim results\n */\nexport interface InterimResults {\n    /**\n     * The result type\n     */\n    resultType?: ResultType;\n\n    /**\n     * The stable threshold\n     */\n    stableThreshold?: number;\n}\n"]}