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.
Important
If you're deploying Dragon Medical Server at your site (and not hosted by Nuance), make sure to configure Dragon Medical SpeechKit for on-premises deployment before initializing a speech recognition session.
Procedure
When a user wants to initiate a speech recognition session via your app, do the following:
Use the static property
Session.SharedSessionto access the singleton session object.Open the session: Call
Open()on the shared session object to open the session. For example:Session.SharedSession.Open("someUserID", "<your organization token>", "<your partner GUID>", "yourApplicationName")The user's speech profile is retrieved by the Dragon Medical SpeechKit infrastructure and a license check is performed.
The organization token is an organization-wide revocable password and should be treated as such.
Note
Dragon Medical SpeechKit uses the user name for license verification and speech profile assignment. You can use your app's user login name for Dragon Medical SpeechKit but Dragon Medical SpeechKit doesn't provide any kind of user-specific password check and thus relies on your app for user authentication.
Use the
Nuance.SpeechAnywhere.WindowsForms.VuiControllerorNuance.SpeechAnywhere.WPF.VuiControllerclass to activate speech recognition (see: Speech-enabling your app).
Important information
User names and app names can have a maximum of 75 characters.
The app name can't consist of only numbers.