{"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.SessionEventArgs = void 0;\n/**\n * Defines content for session events like SessionStarted/Stopped, SoundStarted/Stopped.\n * @class SessionEventArgs\n */\nclass SessionEventArgs {\n /**\n * Creates and initializes an instance of this class.\n * @constructor\n * @param {string} sessionId - The session id.\n */\n constructor(sessionId) {\n this.privSessionId = sessionId;\n }\n /**\n * Represents the session identifier.\n * @member SessionEventArgs.prototype.sessionId\n * @function\n * @public\n * @returns {string} Represents the session identifier.\n */\n get sessionId() {\n return this.privSessionId;\n }\n}\nexports.SessionEventArgs = SessionEventArgs;","map":{"version":3,"names":["Object","defineProperty","exports","value","SessionEventArgs","constructor","sessionId","privSessionId"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/sdk/SessionEventArgs.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.SessionEventArgs = void 0;\n/**\n * Defines content for session events like SessionStarted/Stopped, SoundStarted/Stopped.\n * @class SessionEventArgs\n */\nclass SessionEventArgs {\n /**\n * Creates and initializes an instance of this class.\n * @constructor\n * @param {string} sessionId - The session id.\n */\n constructor(sessionId) {\n this.privSessionId = sessionId;\n }\n /**\n * Represents the session identifier.\n * @member SessionEventArgs.prototype.sessionId\n * @function\n * @public\n * @returns {string} Represents the session identifier.\n */\n get sessionId() {\n return this.privSessionId;\n }\n}\nexports.SessionEventArgs = SessionEventArgs;\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,gBAAgB,GAAG,KAAK,CAAC;AACjC;AACA;AACA;AACA;AACA,MAAMA,gBAAgB,CAAC;EACnB;AACJ;AACA;AACA;AACA;EACIC,WAAWA,CAACC,SAAS,EAAE;IACnB,IAAI,CAACC,aAAa,GAAGD,SAAS;EAClC;EACA;AACJ;AACA;AACA;AACA;AACA;AACA;EACI,IAAIA,SAASA,CAAA,EAAG;IACZ,OAAO,IAAI,CAACC,aAAa;EAC7B;AACJ;AACAL,OAAO,CAACE,gBAAgB,GAAGA,gBAAgB","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}