microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 856 B
Source Map (JSON)
{"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":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\n/**\r\n * The action to take on successful language detection\r\n */\r\nexport enum NextAction {\r\n Recognize = \"Recognize\",\r\n None = \"None\"\r\n}\r\n\r\n/**\r\n * This type defines the OnSuccess configuration for LanguageDetection\r\n */\r\nexport interface OnSuccess {\r\n /**\r\n * The action to take on success\r\n */\r\n action?: NextAction;\r\n}\r\n"]}