Voice to text java app with Dragon API (DNS)

I use Dragon software for my application to convert voice to text. Based on the voice command, I want to execute a specific function from my script, I have a search lot, but have not found how to integrate the Dragon API with the application. I also looked at the dragon site, which has a section for a guide for developers. Does anyone have an idea?

+6
source share
1 answer

If you purchased the SDK, you have access to the Dragon NaturallySpeaking Developer Support Program. They should be able to provide you with all the support you need to get started.

The Dragon NaturallySpeaking (DSC) SDK for Developers provides developers with tools, including Dragon APIs, to integrate speech recognition capabilities in applications. When programming in a DSC environment, developers access Dragons ActiveX Controls using the Dragon APIs. Developers can program in any language that has ActiveX control. However, officially supported environments include Visual Basic, C #, and Visual C ++.

Comprehensive sample code and detailed documentation are available.

In addition, Dragon NaturallySpeaking Developer Support Program offers:

  • Direct answers to questions of developers of developers of support of developers of Dragon through a web form or phone.
  • Access to the Dragon NaturallySpeaking TechNotes SDK and Frequently Asked Questions
  • Access to software updates as they become available for internal testing and prototyping.
+2
source

Source: https://habr.com/ru/post/984220/


All Articles