The total audio duration in milliseconds.
The overall transcript confidence, in the range 0-1.
The text to show the user: llm_response when the LLM pass produced one,
text otherwise. Derived by the SDK from those two fields, so reading it
is safe whether or not an llm_instruction was sent.
Optionalllm_Why the LLM pass failed, when it did. null otherwise.
Optionalllm_The transcript rewritten by the LLM pass llm_instruction asked for.
null when no instruction was sent or the pass failed.
Optionalrequest_The end-to-end server-side request time in milliseconds: auth, multipart parse, decode, inference, the LLM pass, and serialization.
The server-generated UUID for this request. Record it to correlate a request with support.
Optionalsync_The time in milliseconds spent transcribing, excluding the LLM pass.
The raw transcript text, before any LLM pass.
Per-word text and confidence.
The result of a dictation request.