Parses one Soniox WebSocket token frame into delta finals, replaceable partials, and whether an utterance endpoint (<end> / <fin>) was signaled.
<end>
<fin>
Final tokens are deltas (sent once, never repeated). Partials rewrite each frame.
Token array from a Soniox response frame.
Delta finals, current partials, and endpoint flag.
Parses one Soniox WebSocket token frame into delta finals, replaceable partials, and whether an utterance endpoint (
<end>/<fin>) was signaled.Final tokens are deltas (sent once, never repeated). Partials rewrite each frame.