UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
1 lines 861 B
{"version":3,"sources":["src/common.speech/IConnectionFactory.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,WAAW,kBAAkB;IAC/B,MAAM,CACF,MAAM,EAAE,gBAAgB,EACxB,QAAQ,EAAE,QAAQ,EAClB,YAAY,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;CAC3C","file":"IConnectionFactory.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nimport { IConnection } from \"../common/Exports.js\";\r\nimport { AuthInfo } from \"./IAuthentication.js\";\r\nimport { RecognizerConfig } from \"./RecognizerConfig.js\";\r\n\r\nexport interface IConnectionFactory {\r\n create(\r\n config: RecognizerConfig,\r\n authInfo: AuthInfo,\r\n connectionId?: string): IConnection;\r\n}\r\n"]}