microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 699 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/Translation/OnPassthrough.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB","file":"OnPassthrough.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\nimport { NextAction } from \"./OnSuccess\";\r\n\r\n/**\r\n * The on passthrough configuration\r\n */\r\nexport interface OnPassthrough {\r\n /**\r\n * The action to take on passthrough\r\n */\r\n action?: NextAction;\r\n}\r\n"]}