web-speech-cognitive-services 8.1.2-main.55a9c24 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23433,7 +23433,7 @@
23433
23433
  });
23434
23434
 
23435
23435
  // src/SpeechServices/SpeechToText/createSpeechRecognitionPonyfill.ts
23436
- var import_microsoft_cognitiveservices_speech_sdk = __toESM(require_microsoft_cognitiveservices_speech_sdk());
23436
+ var import_microsoft_cognitiveservices_speech_sdk2 = __toESM(require_microsoft_cognitiveservices_speech_sdk());
23437
23437
 
23438
23438
  // node_modules/valibot/dist/index.js
23439
23439
  var EMOJI_REGEX = (
@@ -24068,13 +24068,13 @@
24068
24068
  }
24069
24069
 
24070
24070
  // src/SpeechServices/SpeechSDK.ts
24071
- var import_microsoft_cognitiveservices_speech = __toESM(require_microsoft_cognitiveservices_speech_sdk());
24071
+ var import_microsoft_cognitiveservices_speech_sdk = __toESM(require_microsoft_cognitiveservices_speech_sdk());
24072
24072
  var SpeechSDK_default = {
24073
- AudioConfig: import_microsoft_cognitiveservices_speech.AudioConfig,
24074
- OutputFormat: import_microsoft_cognitiveservices_speech.OutputFormat,
24075
- ResultReason: import_microsoft_cognitiveservices_speech.ResultReason,
24076
- SpeechConfig: import_microsoft_cognitiveservices_speech.SpeechConfig,
24077
- SpeechRecognizer: import_microsoft_cognitiveservices_speech.SpeechRecognizer
24073
+ AudioConfig: import_microsoft_cognitiveservices_speech_sdk.AudioConfig,
24074
+ OutputFormat: import_microsoft_cognitiveservices_speech_sdk.OutputFormat,
24075
+ ResultReason: import_microsoft_cognitiveservices_speech_sdk.ResultReason,
24076
+ SpeechConfig: import_microsoft_cognitiveservices_speech_sdk.SpeechConfig,
24077
+ SpeechRecognizer: import_microsoft_cognitiveservices_speech_sdk.SpeechRecognizer
24078
24078
  };
24079
24079
 
24080
24080
  // src/SpeechServices/SpeechToText/validation/credentialsSchema.ts
@@ -24919,7 +24919,7 @@
24919
24919
  }
24920
24920
  speechConfig.outputFormat = OutputFormat2.Detailed;
24921
24921
  speechConfig.speechRecognitionLanguage = lang || "en-US";
24922
- typeof initialSilenceTimeout === "number" && speechConfig.setProperty(import_microsoft_cognitiveservices_speech_sdk.PropertyId.SpeechServiceConnection_InitialSilenceTimeoutMs, "" + initialSilenceTimeout);
24922
+ typeof initialSilenceTimeout === "number" && speechConfig.setProperty(import_microsoft_cognitiveservices_speech_sdk2.PropertyId.SpeechServiceConnection_InitialSilenceTimeoutMs, "" + initialSilenceTimeout);
24923
24923
  return new SpeechRecognizer3(speechConfig, audioConfig);
24924
24924
  };
24925
24925
  return createSpeechRecognitionPonyfillFromRecognizer({
@@ -26405,7 +26405,7 @@
26405
26405
  }
26406
26406
  var meta = document.createElement("meta");
26407
26407
  meta.setAttribute("name", "web-speech-cognitive-services");
26408
- meta.setAttribute("content", `version=${"8.1.2-main.55a9c24"}`);
26408
+ meta.setAttribute("content", `version=${"8.1.2"}`);
26409
26409
  document.head.appendChild(meta);
26410
26410
 
26411
26411
  // src/index.umd.js