Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following steps are necessary to enable Dragon Copilot functionality:
Speech-enable your app by adding the Dragon Copilot SDK to your page and defining the set of edit controls that Dragon Copilot has access to.
There are additional steps to speech-enable custom controls, external controls, and Lexical controls.
There are additional considerations when speech-enabling WKWebView apps.
Initialize the Dragon Copilot SDK.
For more information, see Authentication.
This is the additional functionality you can implement:
Set the language and topic.
-
Depending on the type of recording, you'll need to implement additional steps to start ambient recording and handle dictation events.
For more information, see Build a custom recording UI and Reduce recognition error rates.
Display Dragon Copilot settings and library items.
Define your own application commands.
Select the microphone.
Respond to microphone button presses.
Pair your desktop app with the mobile mic.
Enable named field navigation.
Navigate fields in texts.
Create an interactive correction menu.
Check if the browser is supported.
Clean up HTML containers after use.
See also
For a complete list of SDK objects organized by namespace, see the API reference.
For sample code, see https://github.com/microsoft/dragon-copilot-sdk-samples