{"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.SpeechDetected = void 0;\nclass SpeechDetected {\n constructor(json) {\n this.privSpeechStartDetected = JSON.parse(json);\n }\n static fromJSON(json) {\n return new SpeechDetected(json);\n }\n get Offset() {\n return this.privSpeechStartDetected.Offset;\n }\n}\nexports.SpeechDetected = SpeechDetected;","map":{"version":3,"names":["Object","defineProperty","exports","value","SpeechDetected","constructor","json","privSpeechStartDetected","JSON","parse","fromJSON","Offset"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common.speech/ServiceMessages/SpeechDetected.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.SpeechDetected = void 0;\nclass SpeechDetected {\n constructor(json) {\n this.privSpeechStartDetected = JSON.parse(json);\n }\n static fromJSON(json) {\n return new SpeechDetected(json);\n }\n get Offset() {\n return this.privSpeechStartDetected.Offset;\n }\n}\nexports.SpeechDetected = SpeechDetected;\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,cAAc,GAAG,KAAK,CAAC;AAC/B,MAAMA,cAAc,CAAC;EACjBC,WAAWA,CAACC,IAAI,EAAE;IACd,IAAI,CAACC,uBAAuB,GAAGC,IAAI,CAACC,KAAK,CAACH,IAAI,CAAC;EACnD;EACA,OAAOI,QAAQA,CAACJ,IAAI,EAAE;IAClB,OAAO,IAAIF,cAAc,CAACE,IAAI,CAAC;EACnC;EACA,IAAIK,MAAMA,CAAA,EAAG;IACT,OAAO,IAAI,CAACJ,uBAAuB,CAACI,MAAM;EAC9C;AACJ;AACAT,OAAO,CAACE,cAAc,GAAGA,cAAc","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}