be3d82d10beea5e8822c6d0aa4682f4efa7d302d462ddc61f78ff343263aaa65.json 2.5 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.SpeechKeyword = void 0;\nclass SpeechKeyword {\n constructor(json) {\n this.privSpeechKeyword = JSON.parse(json);\n }\n static fromJSON(json) {\n return new SpeechKeyword(json);\n }\n get Status() {\n return this.privSpeechKeyword.Status;\n }\n get Text() {\n return this.privSpeechKeyword.Text;\n }\n get Offset() {\n return this.privSpeechKeyword.Offset;\n }\n get Duration() {\n return this.privSpeechKeyword.Duration;\n }\n}\nexports.SpeechKeyword = SpeechKeyword;","map":{"version":3,"names":["Object","defineProperty","exports","value","SpeechKeyword","constructor","json","privSpeechKeyword","JSON","parse","fromJSON","Status","Text","Offset","Duration"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common.speech/ServiceMessages/SpeechKeyword.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.SpeechKeyword = void 0;\nclass SpeechKeyword {\n constructor(json) {\n this.privSpeechKeyword = JSON.parse(json);\n }\n static fromJSON(json) {\n return new SpeechKeyword(json);\n }\n get Status() {\n return this.privSpeechKeyword.Status;\n }\n get Text() {\n return this.privSpeechKeyword.Text;\n }\n get Offset() {\n return this.privSpeechKeyword.Offset;\n }\n get Duration() {\n return this.privSpeechKeyword.Duration;\n }\n}\nexports.SpeechKeyword = SpeechKeyword;\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,aAAa,GAAG,KAAK,CAAC;AAC9B,MAAMA,aAAa,CAAC;EAChBC,WAAWA,CAACC,IAAI,EAAE;IACd,IAAI,CAACC,iBAAiB,GAAGC,IAAI,CAACC,KAAK,CAACH,IAAI,CAAC;EAC7C;EACA,OAAOI,QAAQA,CAACJ,IAAI,EAAE;IAClB,OAAO,IAAIF,aAAa,CAACE,IAAI,CAAC;EAClC;EACA,IAAIK,MAAMA,CAAA,EAAG;IACT,OAAO,IAAI,CAACJ,iBAAiB,CAACI,MAAM;EACxC;EACA,IAAIC,IAAIA,CAAA,EAAG;IACP,OAAO,IAAI,CAACL,iBAAiB,CAACK,IAAI;EACtC;EACA,IAAIC,MAAMA,CAAA,EAAG;IACT,OAAO,IAAI,CAACN,iBAAiB,CAACM,MAAM;EACxC;EACA,IAAIC,QAAQA,CAAA,EAAG;IACX,OAAO,IAAI,CAACP,iBAAiB,CAACO,QAAQ;EAC1C;AACJ;AACAZ,OAAO,CAACE,aAAa,GAAGA,aAAa","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}