Quick summary
This section walks you through the process of integrating audio dictation using the Suki Web SDK in a browser-based JavaScript or React application. You will use the packages provided by Suki Web SDK to complete the integration.
Overview
This section walks you through the process of integrating audio dictation using the Suki Web SDK in a browser-based JavaScript or React application. You will use the packages provided by Suki to complete the integration. To implement dictation, you must create aSukiAuthManager 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.