Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/core / / SttTranscriptionRequest
Interface: SttTranscriptionRequest
Defined in: packages/core/src/contracts/stt.ts:13
Stable
Speech-to-text seam. The canonical adapter name is SttAdapter; this single definition is consumed by the channel gateway (@graphorin/channels, voice notes) and by any future voice pipeline, so the two can never diverge on the contract.
The framework ships NO implementations - engines (whisper.cpp, faster-whisper, cloud APIs) live in application repositories or opt-in packages.