Quick summary
Add Dictation capabilities to a browser-based JavaScript or React app with the Suki Web SDK. If you already use the Web SDK, import the Dictation client and components from the Web SDK package. You do not need a standalone Dictation SDK install.
SukiAuthManager and a DictationClient.
In a React application, you wrap your component tree with the DictationProvider. You then render the Dictation component when you want the user to dictate. In a JavaScript application, you call await dictationClient.show({ ... }) when the user is ready to begin Dictation.
Prerequisites
Before you begin, meet the necessary requirements in Web SDK prerequisites and obtainpartnerId and partnerToken after Partner onboarding.
Integration guides
Choose the integration guide for your stack:JavaScript
Use the JavaScript package provided by Suki Web SDK to integrate audio Dictation in a JavaScript application (browser-based).
React
Use the React package provided by Suki Web SDK to integrate audio Dictation in a React application (browser-based).
mode, fieldId, and callbacks, refer to Configuration guide in the Dictation SDK section.