Skip to main content

Overview

Dictation supports two modes and a small callback contract. All callbacks receive { fieldId, text }. This guide follows Dictation Modes, Callback Contract, and ShowOptions in Suki Dictation SDK.md.

Dictation modes

JavaScript
Use scratchpad when dictation is not tied to a specific input field.

Callback contract

Payload shape for every callback:
JavaScript
Example:
JavaScript
If onSubmit is missing, dictation often closes immediately after the user acts. Always provide onSubmit.

ShowOptions summary

See Configuration reference for the same tables alongside AuthConfig.

Next steps

Last modified on June 30, 2026