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});\nvar ConversationManager_js_1 = require(\"./ConversationManager.js\");\nObject.defineProperty(exports, \"ConversationManager\", {\n enumerable: true,\n get: function () {\n return ConversationManager_js_1.ConversationManager;\n }\n});\nvar ConversationConnectionConfig_js_1 = require(\"./ConversationConnectionConfig.js\");\nObject.defineProperty(exports, \"ConversationConnectionConfig\", {\n enumerable: true,\n get: function () {\n return ConversationConnectionConfig_js_1.ConversationConnectionConfig;\n }\n});\nvar ConversationTranslatorRecognizer_js_1 = require(\"./ConversationTranslatorRecognizer.js\");\nObject.defineProperty(exports, \"ConversationRecognizerFactory\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorRecognizer_js_1.ConversationRecognizerFactory;\n }\n});\nvar TranscriberRecognizer_js_1 = require(\"./TranscriberRecognizer.js\");\nObject.defineProperty(exports, \"TranscriberRecognizer\", {\n enumerable: true,\n get: function () {\n return TranscriberRecognizer_js_1.TranscriberRecognizer;\n }\n});\nvar ConversationTranslatorEventArgs_js_1 = require(\"./ConversationTranslatorEventArgs.js\");\nObject.defineProperty(exports, \"ConversationReceivedTranslationEventArgs\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorEventArgs_js_1.ConversationReceivedTranslationEventArgs;\n }\n});\nObject.defineProperty(exports, \"LockRoomEventArgs\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorEventArgs_js_1.LockRoomEventArgs;\n }\n});\nObject.defineProperty(exports, \"MuteAllEventArgs\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorEventArgs_js_1.MuteAllEventArgs;\n }\n});\nObject.defineProperty(exports, \"ParticipantAttributeEventArgs\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorEventArgs_js_1.ParticipantAttributeEventArgs;\n }\n});\nObject.defineProperty(exports, \"ParticipantEventArgs\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorEventArgs_js_1.ParticipantEventArgs;\n }\n});\nObject.defineProperty(exports, \"ParticipantsListEventArgs\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorEventArgs_js_1.ParticipantsListEventArgs;\n }\n});\nvar ConversationTranslatorInterfaces_js_1 = require(\"./ConversationTranslatorInterfaces.js\");\nObject.defineProperty(exports, \"ConversationTranslatorCommandTypes\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorInterfaces_js_1.ConversationTranslatorCommandTypes;\n }\n});\nObject.defineProperty(exports, \"ConversationTranslatorMessageTypes\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorInterfaces_js_1.ConversationTranslatorMessageTypes;\n }\n});\nObject.defineProperty(exports, \"InternalParticipants\", {\n enumerable: true,\n get: function () {\n return ConversationTranslatorInterfaces_js_1.InternalParticipants;\n }\n});","map":{"version":3,"names":["Object","defineProperty","exports","value","ConversationManager_js_1","require","enumerable","get","ConversationManager","ConversationConnectionConfig_js_1","ConversationConnectionConfig","ConversationTranslatorRecognizer_js_1","ConversationRecognizerFactory","TranscriberRecognizer_js_1","TranscriberRecognizer","ConversationTranslatorEventArgs_js_1","ConversationReceivedTranslationEventArgs","LockRoomEventArgs","MuteAllEventArgs","ParticipantAttributeEventArgs","ParticipantEventArgs","ParticipantsListEventArgs","ConversationTranslatorInterfaces_js_1","ConversationTranslatorCommandTypes","ConversationTranslatorMessageTypes","InternalParticipants"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common.speech/Transcription/Exports.js"],"sourcesContent":["\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ConversationManager_js_1 = require(\"./ConversationManager.js\");\nObject.defineProperty(exports, \"ConversationManager\", { enumerable: true, get: function () { return ConversationManager_js_1.ConversationManager; } });\nvar ConversationConnectionConfig_js_1 = require(\"./ConversationConnectionConfig.js\");\nObject.defineProperty(exports, \"ConversationConnectionConfig\", { enumerable: true, get: function () { return ConversationConnectionConfig_js_1.ConversationConnectionConfig; } });\nvar ConversationTranslatorRecognizer_js_1 = require(\"./ConversationTranslatorRecognizer.js\");\nObject.defineProperty(exports, \"ConversationRecognizerFactory\", { enumerable: true, get: function () { return ConversationTranslatorRecognizer_js_1.ConversationRecognizerFactory; } });\nvar TranscriberRecognizer_js_1 = require(\"./TranscriberRecognizer.js\");\nObject.defineProperty(exports, \"TranscriberRecognizer\", { enumerable: true, get: function () { return TranscriberRecognizer_js_1.TranscriberRecognizer; } });\nvar ConversationTranslatorEventArgs_js_1 = require(\"./ConversationTranslatorEventArgs.js\");\nObject.defineProperty(exports, \"ConversationReceivedTranslationEventArgs\", { enumerable: true, get: function () { return ConversationTranslatorEventArgs_js_1.ConversationReceivedTranslationEventArgs; } });\nObject.defineProperty(exports, \"LockRoomEventArgs\", { enumerable: true, get: function () { return ConversationTranslatorEventArgs_js_1.LockRoomEventArgs; } });\nObject.defineProperty(exports, \"MuteAllEventArgs\", { enumerable: true, get: function () { return ConversationTranslatorEventArgs_js_1.MuteAllEventArgs; } });\nObject.defineProperty(exports, \"ParticipantAttributeEventArgs\", { enumerable: true, get: function () { return ConversationTranslatorEventArgs_js_1.ParticipantAttributeEventArgs; } });\nObject.defineProperty(exports, \"ParticipantEventArgs\", { enumerable: true, get: function () { return ConversationTranslatorEventArgs_js_1.ParticipantEventArgs; } });\nObject.defineProperty(exports, \"ParticipantsListEventArgs\", { enumerable: true, get: function () { return ConversationTranslatorEventArgs_js_1.ParticipantsListEventArgs; } });\nvar ConversationTranslatorInterfaces_js_1 = require(\"./ConversationTranslatorInterfaces.js\");\nObject.defineProperty(exports, \"ConversationTranslatorCommandTypes\", { enumerable: true, get: function () { return ConversationTranslatorInterfaces_js_1.ConversationTranslatorCommandTypes; } });\nObject.defineProperty(exports, \"ConversationTranslatorMessageTypes\", { enumerable: true, get: function () { return ConversationTranslatorInterfaces_js_1.ConversationTranslatorMessageTypes; } });\nObject.defineProperty(exports, \"InternalParticipants\", { enumerable: true, get: function () { return ConversationTranslatorInterfaces_js_1.InternalParticipants; } });\n\n"],"mappings":"AAAA,YAAY;;AACZ;AACA;AACAA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7D,IAAIC,wBAAwB,GAAGC,OAAO,CAAC,0BAA0B,CAAC;AAClEL,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,qBAAqB,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOH,wBAAwB,CAACI,mBAAmB;EAAE;AAAE,CAAC,CAAC;AACtJ,IAAIC,iCAAiC,GAAGJ,OAAO,CAAC,mCAAmC,CAAC;AACpFL,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,8BAA8B,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOE,iCAAiC,CAACC,4BAA4B;EAAE;AAAE,CAAC,CAAC;AACjL,IAAIC,qCAAqC,GAAGN,OAAO,CAAC,uCAAuC,CAAC;AAC5FL,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,+BAA+B,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOI,qCAAqC,CAACC,6BAA6B;EAAE;AAAE,CAAC,CAAC;AACvL,IAAIC,0BAA0B,GAAGR,OAAO,CAAC,4BAA4B,CAAC;AACtEL,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,uBAAuB,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOM,0BAA0B,CAACC,qBAAqB;EAAE;AAAE,CAAC,CAAC;AAC5J,IAAIC,oCAAoC,GAAGV,OAAO,CAAC,sCAAsC,CAAC;AAC1FL,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,0CAA0C,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOQ,oCAAoC,CAACC,wCAAwC;EAAE;AAAE,CAAC,CAAC;AAC5MhB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,mBAAmB,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOQ,oCAAoC,CAACE,iBAAiB;EAAE;AAAE,CAAC,CAAC;AAC9JjB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,kBAAkB,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOQ,oCAAoC,CAACG,gBAAgB;EAAE;AAAE,CAAC,CAAC;AAC5JlB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,+BAA+B,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOQ,oCAAoC,CAACI,6BAA6B;EAAE;AAAE,CAAC,CAAC;AACtLnB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,sBAAsB,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOQ,oCAAoC,CAACK,oBAAoB;EAAE;AAAE,CAAC,CAAC;AACpKpB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,2BAA2B,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOQ,oCAAoC,CAACM,yBAAyB;EAAE;AAAE,CAAC,CAAC;AAC9K,IAAIC,qCAAqC,GAAGjB,OAAO,CAAC,uCAAuC,CAAC;AAC5FL,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,oCAAoC,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOe,qCAAqC,CAACC,kCAAkC;EAAE;AAAE,CAAC,CAAC;AACjMvB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,oCAAoC,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOe,qCAAqC,CAACE,kCAAkC;EAAE;AAAE,CAAC,CAAC;AACjMxB,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,sBAAsB,EAAE;EAAEI,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOe,qCAAqC,CAACG,oBAAoB;EAAE;AAAE,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|