microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 707 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/PhraseOutput/SimpleOptions.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;CAClC","file":"SimpleOptions.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 { PhraseExtension } from \"./PhraseOutput\";\r\n\r\n/**\r\n * The simple options configuration\r\n */\r\nexport interface SimpleOptions {\r\n /**\r\n * The extensions\r\n */\r\n extensions?: PhraseExtension[];\r\n}\r\n"]}