Pulse STT — per-word confidence documented in transcription output
Pulse STT — per-word confidence documented in transcription output
The per-word confidence score is now documented across the Speech-to-Text API reference. These fields were already returned by the API — this makes them explicit in the reference.
- Sync REST (
POST /waves/v1/stt): thewords[]entries (returned whenword_timestamps=true) carryword,start,end, and aconfidencescore from 0.0 to 1.0. Theconfidencefield is now described in theWordschema, and theword_timestampsparameter documents the full per-word shape it surfaces. - Streaming (
WSS /waves/v1/stt/live): thewords[]schema now listsconfidence, plusspeaker_confidence(returned alongsidespeakerwhendiarize=true).
Documentation only — no API behaviour changed.

