Quick Integrations
Invox Dictation SDK offers a set of web components that allows you to integrate all the available functionality in an agile and simple way.
These components are available in the libs/integrations/ folder of the SDK.
All components are now available as named exports directly from the npm package. Import them alongside the main INVOX API:
import INVOX, {
BarComponent,
DictionaryDialog,
TemplatesDialog,
TransformationsDialog,
IntelligentFormattingDialog,
QualityReviewDialog,
AutoFillTemplatesDialog,
} from "@invox-medical-npm/invox-dictation";
Component styles are injected automatically at runtime — no separate CSS imports are needed.
Available components
| Component | Description |
|---|---|
| Dictation Bar | Full-featured dictation toolbar with login, dictation controls, and microphone feedback |
| Dictionary | Modal window for managing the user's custom word dictionary |
| Templates | Modal window for managing and inserting text templates |
| Transformations | Modal window for managing text transformations (abbreviations) |