919761604eefa29885183b8b43e29df994c7671a297780b1b8b3859cb8014808.json 2.6 KB

1
  1. {"ast":null,"code":"\"use strict\";\n\n//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ConnectionMessageEventArgs = void 0;\nclass ConnectionMessageEventArgs {\n constructor(message) {\n this.privConnectionMessage = message;\n }\n /**\n * Gets the <see cref=\"ConnectionMessage\"/> associated with this <see cref=\"ConnectionMessageEventArgs\"/>.\n */\n get message() {\n return this.privConnectionMessage;\n }\n /**\n * Returns a string that represents the connection message event.\n */\n toString() {\n return \"Message: \" + this.privConnectionMessage.toString();\n }\n}\nexports.ConnectionMessageEventArgs = ConnectionMessageEventArgs;","map":{"version":3,"names":["Object","defineProperty","exports","value","ConnectionMessageEventArgs","constructor","message","privConnectionMessage","toString"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/sdk/ConnectionMessageEventArgs.js"],"sourcesContent":["\"use strict\";\n//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ConnectionMessageEventArgs = void 0;\nclass ConnectionMessageEventArgs {\n constructor(message) {\n this.privConnectionMessage = message;\n }\n /**\n * Gets the <see cref=\"ConnectionMessage\"/> associated with this <see cref=\"ConnectionMessageEventArgs\"/>.\n */\n get message() {\n return this.privConnectionMessage;\n }\n /**\n * Returns a string that represents the connection message event.\n */\n toString() {\n return \"Message: \" + this.privConnectionMessage.toString();\n }\n}\nexports.ConnectionMessageEventArgs = ConnectionMessageEventArgs;\n\n"],"mappings":"AAAA,YAAY;;AACZ;AACA;AACA;AACA;AACAA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,0BAA0B,GAAG,KAAK,CAAC;AAC3C,MAAMA,0BAA0B,CAAC;EAC7BC,WAAWA,CAACC,OAAO,EAAE;IACjB,IAAI,CAACC,qBAAqB,GAAGD,OAAO;EACxC;EACA;AACJ;AACA;EACI,IAAIA,OAAOA,CAAA,EAAG;IACV,OAAO,IAAI,CAACC,qBAAqB;EACrC;EACA;AACJ;AACA;EACIC,QAAQA,CAAA,EAAG;IACP,OAAO,WAAW,GAAG,IAAI,CAACD,qBAAqB,CAACC,QAAQ,CAAC,CAAC;EAC9D;AACJ;AACAN,OAAO,CAACE,0BAA0B,GAAGA,0BAA0B","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}