6672d814160a453db79c6938868b6c561f8335a20dc5c5839b79634fb4f0032e.json 2.0 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.ConnectionOpenResponse = void 0;\nclass ConnectionOpenResponse {\n constructor(statusCode, reason) {\n this.privStatusCode = statusCode;\n this.privReason = reason;\n }\n get statusCode() {\n return this.privStatusCode;\n }\n get reason() {\n return this.privReason;\n }\n}\nexports.ConnectionOpenResponse = ConnectionOpenResponse;","map":{"version":3,"names":["Object","defineProperty","exports","value","ConnectionOpenResponse","constructor","statusCode","reason","privStatusCode","privReason"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common/ConnectionOpenResponse.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.ConnectionOpenResponse = void 0;\nclass ConnectionOpenResponse {\n constructor(statusCode, reason) {\n this.privStatusCode = statusCode;\n this.privReason = reason;\n }\n get statusCode() {\n return this.privStatusCode;\n }\n get reason() {\n return this.privReason;\n }\n}\nexports.ConnectionOpenResponse = ConnectionOpenResponse;\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,sBAAsB,GAAG,KAAK,CAAC;AACvC,MAAMA,sBAAsB,CAAC;EACzBC,WAAWA,CAACC,UAAU,EAAEC,MAAM,EAAE;IAC5B,IAAI,CAACC,cAAc,GAAGF,UAAU;IAChC,IAAI,CAACG,UAAU,GAAGF,MAAM;EAC5B;EACA,IAAID,UAAUA,CAAA,EAAG;IACb,OAAO,IAAI,CAACE,cAAc;EAC9B;EACA,IAAID,MAAMA,CAAA,EAAG;IACT,OAAO,IAAI,CAACE,UAAU;EAC1B;AACJ;AACAP,OAAO,CAACE,sBAAsB,GAAGA,sBAAsB","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}