UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 793 B
{"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":["//\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 onErrorAction enum\r\n */\r\nexport enum OnErrorAction {\r\n Continue = \"Continue\",\r\n EndOfTurn = \"EndOfTurn\"\r\n}\r\n\r\n/**\r\n * The on error configuration\r\n */\r\nexport interface OnError {\r\n /**\r\n * The action to take on error\r\n */\r\n action?: OnErrorAction;\r\n}\r\n"]}