FallbackSTTOptions
Options for FallbackSTT.
Defined in: src/providers/stt/fallback/FallbackSTT.ts:42
Options for FallbackSTT.
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
connectTimeout? | number | 10000 | Maximum time in milliseconds to wait for a provider’s connect() to resolve before treating it as failed and moving to the next provider in the chain. Remarks Set to 0 to disable the timeout (each provider then decides its own connection timeout behavior). | src/providers/stt/fallback/FallbackSTT.ts:54 |
debug? | boolean | false | Whether to enable debug logging for the fallback chain itself. | src/providers/stt/fallback/FallbackSTT.ts:61 |