Questions tagged [naturallyspeaking]

Nuance Communications' Dragon speech recognition software that includes an API. Formerly known as Dragon NaturallySpeaking (or Dragon Dictate for Mac), with separate "Pro" versions for including scripting capabilities and specialized vocabularies, the product now is known as Dragon Professional Individual (DPI - which includes scripting) or Dragon Professional Group (which adds networking and roaming profiles).

Dragon speech dictation software is popular in the medical and legal industries, and among those with RSI and other movement disabilities, and for technophile adopters who enjoy it for continuous speech to text transcription and command and control of system GUIs to replace using a keyboard and mouse.

Note, the "tag" name "naturallyspeaking" is an anachronism as the product is no longer called that, but rather, Dragon Professional Individual (DPI - which includes scripting) and Dragon Professional Group (DPG - which adds networking and roaming profiles, and the related DLG - adds legal vocab, etc.)

68 questions
2
votes
1 answer

Can I use Dragon (dictation software) Full-Text or Select-and-Say feature with SciTE?

Dragon Naturally Speaking 13 and Dragon Professional Individual and Group 14 (the name "Naturally Speaking" is no longer going to be used by Nuance) is terrific software for dictating into a full-fledged word processor like MS Word, but does not…
PGilm
  • 2,262
  • 1
  • 14
  • 26
2
votes
1 answer

Change default recognition Mode in Dragon NaturallySpeaking

Is there any way to change the default recognition mode in Dragon NaturallySpeaking ? I have found this post - How to set default recognition Mode in Dragon NaturallySpeaking But it didn't work for me .. Does anyone have changed the default mode…
user1199255
  • 51
  • 1
  • 4
2
votes
2 answers

Natural Language Search (user intent search)

I'm trying to build a search engine that allows my users to search with natural language commands, just like Google Now. Except, my search engine is slightly more constrained, in that it is mainly going to be used within an e-commerce site, and…
Nishant Roy
  • 1,043
  • 4
  • 16
  • 35
2
votes
2 answers

Connecting to Naturally Speaking through SAPI 4 interface, possible?

I read somewhere that you can interface to Naturally Speaking through the SAPI 4 interface it exports? Is this true and is there any documentation? Thanks
Memb
  • 309
  • 1
  • 3
  • 14
1
vote
1 answer

C# Keeping dropdown menu open when Dragon NaturallySpeaking's MouseGrid opens

How can I keep a dropdown menu open when Dragon NaturallySpeaking's MouseGrid opens? I'm using C# and Windows 10. The MouseGrid overlays the desktop screen with the grid that allows the user to quickly jump to numbered quadrants. Some applications…
1
vote
2 answers

Jquery Select2 multiselect with Dragon NaturallySpeaking

I have implemented a select2 multiselect for list of states in a application, and it works fine using typing the state names. But with Dragon NaturallySpeaking software if you speak in select2 to select a state, it only show the last char of what…
A Paul
  • 8,113
  • 3
  • 31
  • 61
1
vote
0 answers

Is it possible to find a window without supplying the WindowName in DNS Advanced Scripting

I am trying to find a specific window-class and want to send a custom message to it via a DNS command. I have trouble locating the window. This is a working example for Notepad: Declare Function FindWindow Lib "USER32" _ (ByVal lpszClassName As…
Halloween_Udo
  • 69
  • 2
  • 9
1
vote
1 answer

NAudio BufferedWaveProvider BufferDuration limit causing reading to stop after certain time

I have a text to speech engine that reads exam questions. The reader seems to be working fine, but I have picked up an issue when there is a large text to continuously read. After 12 Min (every time) the reader just stops reading. I have traced…
J2H656
  • 101
  • 1
  • 16
1
vote
1 answer

Sending the keyboard combo RWIN + shift + left with Dragon NaturallySpeaking's advanced scripting

I am trying to write a script that can send the keyboard combo RWIN + shift + left to move the selected window to the monitor to the left, with Dragon NaturallySpeaking's advanced scripting. RWIN corresponds to the right windows key: I…
1
vote
2 answers

How can I send a right windows key with Dragon NaturallySpeaking's advanced scripting?

How can I send a right windows key with Dragon NaturallySpeaking's advanced scripting? Looking at What is the difference between the commands SendKeys, SendSystemKeys or SendDragonKeys? it doesn't seem possible with SendKeys, SendSystemKeys or…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
1
vote
1 answer

How can I eject the CD-ROM drive with Dragon NaturallySpeaking's advanced scripting?

Is there any way to eject the CD-ROM drive with Dragon NaturallySpeaking's advanced scripting?
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
1
vote
2 answers

How can I call a python function from an advanced scripting voice command in Dragon NaturallySpeaking?

How can I call a python function from an advanced scripting voice command in Dragon NaturallySpeaking? I don't want to use a third-party application such as dragonfly or NatLink (paper).
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
1
vote
1 answer

Which programming languages can I use with Dragon Advanced Scripting?

I read on http://www.nuance.com/products/help/dragon/dragon-for-pc/scriptref/Content/scrptref/scripting_language_quickref.htm : Dragon Advanced Scripting lets you use programming languages such as Microsoft® VBA to program commands that can perform…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
1
vote
1 answer

How can I write a voice command in Dragon NaturallySpeaking that holds a key down for X seconds?

How can I write a voice command in Dragon NaturallySpeaking that holds a key down for X seconds?
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
1
vote
3 answers

Twilio and Nuance ASR possibility

Does anyone have experience using twilio and Nuance ASR (https://developer.nuance.com/public/index.php?task=memberServices) for creating voice recognizing applications?\ I'm thinking the time lag would not make it feasible. For example, if I we were…
stormyguy
  • 60
  • 7