dictation Questions

2

Does anyone have any ideas on how to use the Mac’s built-in dictation tool to create strings to be used by Python? To launch a dictation, you have to double-press the Fn key inside any text editor...
Falla asked 8/9, 2014 at 3:50

1

I'm trying to show/hide the dictation toolbar, I don't want to simply simulate WIN + H command. I'm not too familiar with UWP but it looks like the Dictation Toolbar is part of ms-inputapp (InputHo...
Saccule asked 27/9, 2020 at 4:50

3

I'd like to programmatically put my UITextField input into dictation mode, without requiring the user to bring up and select dictation from the keyboard. Searched the API documentation but can find...
Chondro asked 6/7, 2013 at 13:22

1

Due to injury I use dictation on MacOS: As can be seen from the screenshot, I can toggle it using a keyboard shortcut. I wish to toggle it from code (preferably ObjC). I can manually inject th...
Tacita asked 5/7, 2019 at 3:55

1

In OSX Mavericks, speech dictation is now included, and is very useful. I am trying to use the dictation capability to create my own digital life assistant, but I can't find how to use the recognit...
Grodin asked 6/1, 2014 at 18:42

1

I use (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *) to perform real-time regex validation on every character input into a UITextView. Th...
Corpulence asked 4/11, 2014 at 15:40

0

OSX has now had continuous speech recognition built in for several versions. It is remarkably good now. Does OSX 10.10 have an API for this continuous speech recognition engine? Googling tells m...
Hinz asked 19/2, 2015 at 17:18

3

Solved

I can't seem to find any documentation on the speech to text option for text entry in iOS. I know you can do it manually with some the AV stuff, but the out of the box dictation you get when Siri i...
Screw asked 9/6, 2014 at 19:26

3

Solved

How to respond to starting dictation? Known ways of responding to dictation: dictationRecordingDidEnd - respond to the completion of the recognition of a dictated phrase. dictationRecognitionFai...
Whitver asked 22/2, 2013 at 12:15
1

© 2022 - 2024 — McMap. All rights reserved.