Share via


Display the personalization & help window (.NET)

The personalization & help window is an HTML view that contains a variety of pages. To access it, the user selects the menu icon on the speech bar or says what can I say while recording. You can also display this view to your users via your app.

When the view opens, the active form is still speech-enabled; the view isn't modal and can remain open while the user continues to record in your app.

Prerequisites

You've initialized a speech recognition session and speech-enabled your app.

Procedure

To display this view to your users (for example, when they select a help button in your app), call Session.SharedSession.ShowForm(formType) with formType set to:

  • FormType.Default – opens with the default tab.

  • FormType.VoiceCommands – opens with the What You Can Say tab (listing available voice commands and auto-texts).

  • FormType.EndUserHelp – opens with the Help tab (the end user online help).

  • FormType.AddWord – opens with the Manage Vocabulary tab.

  • FormType.AutoTexts – opens with the Manage Auto-texts tab.

Additional information

  • For more information on including the Dragon Medical SpeechKit end user online help and your own end user help, see: End user online help.

  • For more information on how the user opens the various pages via voice command and how to use them, see the Dragon Medical SpeechKit end user online help.