microsoft.cognitiveservices.speech.sdk.js 1.1 KB

1234567891011121314151617181920212223
  1. "use strict";
  2. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
  3. if (k2 === undefined) k2 = k;
  4. Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
  5. }) : (function(o, m, k, k2) {
  6. if (k2 === undefined) k2 = k;
  7. o[k2] = m[k];
  8. }));
  9. var __exportStar = (this && this.__exportStar) || function(m, exports) {
  10. for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
  11. };
  12. Object.defineProperty(exports, "__esModule", { value: true });
  13. /* eslint-disable @typescript-eslint/no-unused-vars */
  14. // Copyright (c) Microsoft Corporation. All rights reserved.
  15. // Licensed under the MIT license.
  16. const Exports_js_1 = require("./src/common.speech/Exports.js");
  17. // Note: this instantiation ensures the above import isn't
  18. // removed on compile. The import being absent causes an error on running
  19. void new Exports_js_1.AgentConfig();
  20. // Speech SDK API
  21. __exportStar(require("./src/sdk/Exports.js"), exports);
  22. //# sourceMappingURL=microsoft.cognitiveservices.speech.sdk.js.map