{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/PhraseResults.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,sBAAsB;IAC9B,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,sBAAsB,CAAC;CACvC","file":"PhraseResults.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 phrase result output type\n */\nexport enum PhraseResultOutputType {\n    Always = \"Always\",\n    None = \"None\"\n}\n\n/**\n * The phrase results configuration\n */\nexport interface PhraseResults {\n    /**\n     * The result type\n     */\n    resultType?: PhraseResultOutputType;\n}\n"]}