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
scratchpad when dictation is not tied to a specific input field.
Callback contract
Payload shape for every callback:JavaScript
Example:
JavaScript
ShowOptions summary
See Configuration reference for the same tables alongside AuthConfig.
Next steps
- JavaScript integration for
show()and switching fields - React integration for
Dictationprops - Error handling if callbacks or layout behave unexpectedly