Getting Started


This section guides you through the initial setup of the Invox Dictation SDK from installing the package to running your first dictation.

Steps

  1. Installation — Install the Invox Dictation SDK via npm and understand the package structure.
  2. Deployment in IIS — Configure a website in IIS to serve the SDK examples.
  3. Deployment in Docker — Deploy the SDK examples using Docker.
  4. Quick Start — Implement the essential functionality: login, dictation and text output.
  1. Installation — Install the Invox Dictation SDK via npm and understand the package structure.
  2. Quick Start — Implement the essential functionality: login, dictation and text output.

Prerequisites

Before you begin, make sure you have the following:

  • Dictation Service credentials — a username and password assigned to your organization. Contact support if you do not have them yet.
  • A modern browser with microphone support (see Introduction for the full compatibility list).
  • A running Local Dictation Service or access to a Remote Dictation Service (see Integration Scenarios).
  • Dictation Service credentials — a username and password assigned to your organization. Contact support if you do not have them yet.
  • A modern browser with microphone support (see Introduction for the full compatibility list).
  • Access to a Remote Dictation Service (see Integration Scenarios).
Table of Contents