Documentation
¶
Overview ¶
Package stt is the public, provider-agnostic speech-to-text interface - a standalone client library separate from the speech_to_text agent tool, for a host application transcribing audio directly (e.g. a UI "record and transcribe" feature) without an LLM tool-calling loop in the way.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response = internalstt.Response
Response is the canonical transcription result.
type SpeechToText ¶
type SpeechToText = internalstt.SpeechToText
SpeechToText is the core interface for transcription providers.
type Word ¶
type Word = internalstt.Word
Word holds per-word timing and confidence data (when available).
Click to show internal directories.
Click to hide internal directories.