UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 683 B
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseDetection/OnInterim.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB","file":"OnInterim.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 interim configuration\r\n */\r\nexport interface OnInterim {\r\n /**\r\n * The action to take on interim\r\n */\r\n action?: NextAction;\r\n}\r\n"]}