2892f9e346443a49385487a05f933d3610f8400f86f0e911beef575dfa8c5b4c.json 2.1 KB

1
  1. {"ast":null,"code":"\"use strict\";\n\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.AgentConfig = void 0;\n/**\n * Represents the JSON used in the agent.config message sent to the speech service.\n */\nclass AgentConfig {\n toJsonString() {\n return JSON.stringify(this.iPrivConfig);\n }\n get() {\n return this.iPrivConfig;\n }\n /**\n * Setter for the agent.config object.\n * @param value a JSON serializable object.\n */\n set(value) {\n this.iPrivConfig = value;\n }\n}\nexports.AgentConfig = AgentConfig;","map":{"version":3,"names":["Object","defineProperty","exports","value","AgentConfig","toJsonString","JSON","stringify","iPrivConfig","get","set"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common.speech/AgentConfig.js"],"sourcesContent":["\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.AgentConfig = void 0;\n/**\n * Represents the JSON used in the agent.config message sent to the speech service.\n */\nclass AgentConfig {\n toJsonString() {\n return JSON.stringify(this.iPrivConfig);\n }\n get() {\n return this.iPrivConfig;\n }\n /**\n * Setter for the agent.config object.\n * @param value a JSON serializable object.\n */\n set(value) {\n this.iPrivConfig = value;\n }\n}\nexports.AgentConfig = AgentConfig;\n\n"],"mappings":"AAAA,YAAY;;AACZ;AACA;AACAA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,WAAW,GAAG,KAAK,CAAC;AAC5B;AACA;AACA;AACA,MAAMA,WAAW,CAAC;EACdC,YAAYA,CAAA,EAAG;IACX,OAAOC,IAAI,CAACC,SAAS,CAAC,IAAI,CAACC,WAAW,CAAC;EAC3C;EACAC,GAAGA,CAAA,EAAG;IACF,OAAO,IAAI,CAACD,WAAW;EAC3B;EACA;AACJ;AACA;AACA;EACIE,GAAGA,CAACP,KAAK,EAAE;IACP,IAAI,CAACK,WAAW,GAAGL,KAAK;EAC5B;AACJ;AACAD,OAAO,CAACE,WAAW,GAAGA,WAAW","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}