Share via


Configure on-premises deployment (Android)

If you're hosting an on-premises Dragon Medical system within your organization's network, set the Dragon Medical Server URL in Dragon Medical SpeechKit before you initialize a speech recognition session. Use the Session methods setServerURL and getServerURL. Make sure you know the URL of your Dragon Medical Server. For more information on configuring Dragon Medical Server, see the Dragon Medical Server Administration Guide delivered with your on-premises package.

The URL you pass to Dragon Medical SpeechKit is the Dragon Medical Server URL. For example: https://your.server.com:3712

Important: The server name can't contain an underscore: _

Prerequisites

The Dragon Medical Server is installed and configured.

Procedure

To connect your clients to the Dragon Medical Server, do the following.

  1. Set the Session serverURL method to the Dragon Medical Server URL; for example:

    Session.getSharedSession().setServerURL("https://your.server.com:3712")
    
  2. Initialize the speech recognition session.