{"version":3,"sources":["src/common.speech/ServiceMessages/LanguageId/OnSuccess.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,UAAU;IAClB,SAAS,cAAc;IACvB,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB","file":"OnSuccess.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 action to take on successful language detection\n */\nexport enum NextAction {\n    Recognize = \"Recognize\",\n    None = \"None\"\n}\n\n/**\n * This type defines the OnSuccess configuration for LanguageDetection\n */\nexport interface OnSuccess {\n    /**\n     * The action to take on success\n     */\n    action?: NextAction;\n}\n"]}