{"version":3,"sources":["src/common.speech/ServiceMessages/LanguageId/OnUnknown.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,eAAe;IACvB,4BAA4B,iCAAiC;IAC7D,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC5B","file":"OnUnknown.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 * An enum that defines actions that can be taken on unknown language detection\n */\nexport enum OnUnknownAction {\n    RecognizeWithDefaultLanguage = \"RecognizeWithDefaultLanguage\",\n    None = \"None\"\n}\n\n/**\n * The on unknown configuration\n */\nexport interface OnUnknown {\n    /**\n     * The action to take when language is unknown\n     */\n    action?: OnUnknownAction;\n}\n"]}