e3cfed148246e95d54f1dd35d0e1b5f94a3cb6d75d9a6f930fa93379973124e5.json 3.3 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.NoMatchReason = void 0;\n/**\n * Defines the possible reasons a recognition result might not be recognized.\n * @class NoMatchReason\n */\nvar NoMatchReason;\n(function (NoMatchReason) {\n /**\n * Indicates that speech was detected, but not recognized.\n * @member NoMatchReason.NotRecognized\n */\n NoMatchReason[NoMatchReason[\"NotRecognized\"] = 0] = \"NotRecognized\";\n /**\n * Indicates that the start of the audio stream contained only silence,\n * and the service timed out waiting for speech.\n * @member NoMatchReason.InitialSilenceTimeout\n */\n NoMatchReason[NoMatchReason[\"InitialSilenceTimeout\"] = 1] = \"InitialSilenceTimeout\";\n /**\n * Indicates that the start of the audio stream contained only noise,\n * and the service timed out waiting for speech.\n * @member NoMatchReason.InitialBabbleTimeout\n */\n NoMatchReason[NoMatchReason[\"InitialBabbleTimeout\"] = 2] = \"InitialBabbleTimeout\";\n})(NoMatchReason = exports.NoMatchReason || (exports.NoMatchReason = {}));","map":{"version":3,"names":["Object","defineProperty","exports","value","NoMatchReason"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/sdk/NoMatchReason.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.NoMatchReason = void 0;\n/**\n * Defines the possible reasons a recognition result might not be recognized.\n * @class NoMatchReason\n */\nvar NoMatchReason;\n(function (NoMatchReason) {\n /**\n * Indicates that speech was detected, but not recognized.\n * @member NoMatchReason.NotRecognized\n */\n NoMatchReason[NoMatchReason[\"NotRecognized\"] = 0] = \"NotRecognized\";\n /**\n * Indicates that the start of the audio stream contained only silence,\n * and the service timed out waiting for speech.\n * @member NoMatchReason.InitialSilenceTimeout\n */\n NoMatchReason[NoMatchReason[\"InitialSilenceTimeout\"] = 1] = \"InitialSilenceTimeout\";\n /**\n * Indicates that the start of the audio stream contained only noise,\n * and the service timed out waiting for speech.\n * @member NoMatchReason.InitialBabbleTimeout\n */\n NoMatchReason[NoMatchReason[\"InitialBabbleTimeout\"] = 2] = \"InitialBabbleTimeout\";\n})(NoMatchReason = exports.NoMatchReason || (exports.NoMatchReason = {}));\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;AACA;AACA;AACA;AACA,IAAIA,aAAa;AACjB,CAAC,UAAUA,aAAa,EAAE;EACtB;AACJ;AACA;AACA;EACIA,aAAa,CAACA,aAAa,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,GAAG,eAAe;EACnE;AACJ;AACA;AACA;AACA;EACIA,aAAa,CAACA,aAAa,CAAC,uBAAuB,CAAC,GAAG,CAAC,CAAC,GAAG,uBAAuB;EACnF;AACJ;AACA;AACA;AACA;EACIA,aAAa,CAACA,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,CAAC,GAAG,sBAAsB;AACrF,CAAC,EAAEA,aAAa,GAAGF,OAAO,CAACE,aAAa,KAAKF,OAAO,CAACE,aAAa,GAAG,CAAC,CAAC,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}