microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 574 B
Source Map (JSON)
{"version":3,"sources":["src/sdk/ServicePropertyChannel.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,oBAAY,sBAAsB;IAC9B;;OAEG;IACH,iBAAiB,IAAK;CACzB","file":"ServicePropertyChannel.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation.\r\n// Licensed under the MIT license.\r\n\r\n/**\r\n * Defines channels used to pass property settings to service.\r\n * Added in version 1.7.0.\r\n */\r\nexport enum ServicePropertyChannel {\r\n /**\r\n * Uses URI query parameter to pass property settings to service.\r\n */\r\n UriQueryParameter = 0.\r\n}\r\n"]}