microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 891 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ISynthesisConnectionFactory.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,WAAW,2BAA2B;IACxC,MAAM,CACF,MAAM,EAAE,iBAAiB,EACzB,QAAQ,EAAE,QAAQ,EAClB,YAAY,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;CAC3C","file":"ISynthesisConnectionFactory.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 { SynthesizerConfig } from \"./SynthesizerConfig.js\";\r\n\r\nexport interface ISynthesisConnectionFactory {\r\n create(\r\n config: SynthesizerConfig,\r\n authInfo: AuthInfo,\r\n connectionId?: string): IConnection;\r\n}\r\n"]}