@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 749 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/OnError.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,aAAa;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,OAAO;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC;CAC1B","file":"OnError.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 onErrorAction enum\n */\nexport enum OnErrorAction {\n Continue = \"Continue\",\n EndOfTurn = \"EndOfTurn\"\n}\n\n/**\n * The on error configuration\n */\nexport interface OnError {\n /**\n * The action to take on error\n */\n action?: OnErrorAction;\n}\n"]}