Questions tagged [dictating]
7 questions
3
votes
3 answers
Checking tuples values in dictionary
I have a dictionary having tuple as its key and also tuple as its values. I need a way to access the values of dictionary based on its keys.
For example:
d = {}
d = { (1, 2) : ('A', 'B'),(3, 4) : ('C', 'B') }
Now, first I need to check if keys (1,…

Rohita Khatiwada
- 2,835
- 9
- 40
- 52
3
votes
2 answers
How Can I Use Dictation Software to Write Code?
I would like to use speech to text voice-recognition software to write code. Essentially, I would like to dictate code blocks based on predefined commands or scripts.
Instead of having to type up arbitrary code blocks (classes, if blocks, while…
user1328876
2
votes
1 answer
How to use DictationServices.framework
Mac 10.8 contains the private DictationServices.framework
It would never get approved in the App Store but just out of interest:
How could one make use of its private classes, methods and messages?
root:~/DictationServices.framework$ strings…

Anno2001
- 1,343
- 12
- 17
2
votes
0 answers
Disabling dictation within the app
Is there any way to disable the dictation key? I really don't want to create a custom keyboard for this. I assumed it would be like the UIResponder, but that only applies to textview's shared menu; which only contains copy, cut, and paste,…

Takeshi Kaga
- 48
- 2
- 15
1
vote
1 answer
Dictating in MS Visual C#?
I wanna make a text editor but its different other text editors.It will get commands from my voice.
For example ; i will say my name to microphone "Ibrahim AKGUN" .. then this program will get it and write it down like a virtual secretary :)
This is…

İbrahim Akgün
- 1,527
- 11
- 37
- 63
1
vote
1 answer
Is there a way to set Dragon Naturally Speaking 11 to dictate to an unfocused application?
Does anyone know of a way in which to instruct Dragon to remain focused on a designated application regardless of its focus status instead of following focus changes? The primary use case we have is for doing multiple things at once, however if…

Elliot
- 5,211
- 10
- 42
- 70
1
vote
1 answer
How to display dialog "error" when variable returns incorrect answer
Okay so my code is below and when I input a word spelled incorrectly or a phrase that doesn't make sense it displays a dialog with "msng" but I want I to display an error message instead. I tried using both if theAnswer is/ contains "msng" then...…

Phoenix Ebner
- 31
- 3