Skip to content
1 min read · 33 words

Variable: E_TRANSFORMERS_JS_STT_ENGINE_ERROR

ts
const E_TRANSFORMERS_JS_STT_ENGINE_ERROR: CreatedException<[string]>;

Defined in: src/batteries/specialists/stt/transformers_js/exceptions.ts:30

Thrown when the transformers.js pipeline fails to load (e.g. the @huggingface/transformers peer is not installed) or the automatic-speech-recognition call throws/returns a malformed result. Non-fatal. Printf arg: [detail].