web-speech-cognitive-services 8.1.2-main.55a9c24 → 8.1.2-main.d1bb656
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.
- package/dist/web-speech-cognitive-services.development.js +9 -9
- package/dist/web-speech-cognitive-services.development.js.map +1 -1
- package/dist/web-speech-cognitive-services.js +10 -10
- package/dist/web-speech-cognitive-services.js.map +1 -1
- package/dist/web-speech-cognitive-services.mjs +3 -3
- package/dist/web-speech-cognitive-services.mjs.map +1 -1
- package/dist/web-speech-cognitive-services.production.min.js +1 -1
- package/dist/web-speech-cognitive-services.production.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -23433,7 +23433,7 @@
|
|
|
23433
23433
|
});
|
|
23434
23434
|
|
|
23435
23435
|
// src/SpeechServices/SpeechToText/createSpeechRecognitionPonyfill.ts
|
|
23436
|
-
var
|
|
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
|
|
24071
|
+
var import_microsoft_cognitiveservices_speech_sdk = __toESM(require_microsoft_cognitiveservices_speech_sdk());
|
|
24072
24072
|
var SpeechSDK_default = {
|
|
24073
|
-
AudioConfig:
|
|
24074
|
-
OutputFormat:
|
|
24075
|
-
ResultReason:
|
|
24076
|
-
SpeechConfig:
|
|
24077
|
-
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(
|
|
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.
|
|
26408
|
+
meta.setAttribute("content", `version=${"8.1.2-main.d1bb656"}`);
|
|
26409
26409
|
document.head.appendChild(meta);
|
|
26410
26410
|
|
|
26411
26411
|
// src/index.umd.js
|