Questions tagged [dictation]
75 questions
3
votes
1 answer
100% iPhone app crashes on using voice dictation in iPad mini
The following steps always make app crashes.
install 'iPhone app' from app store to my 'iPad Mini' (except for univeral app)
find any text field on the app and start using it (then keyboard pops up)
touch 'voice dictation' button on the keyboard
I…

mongkoon
- 55
- 4
2
votes
2 answers
Phonegap Build IOS13 - 13.2 keyboard Dictation / Speech to text no longer working
In my phonegap build app, I have found that after upgrading to ios version 13 - 13.2 the dictation (microphone / speech to text button) is no longer working properly.
to recreate:
--place cursor into a text field
--press microphone button and…

Mike
- 23
- 3
2
votes
1 answer
Is there a way to reproduce microphone action of the microphone button in the iOS keyboard?
I want to add a microphone button next to a textFiled.
This button should activate the dictation mode of the iOS keyboard, exactly as the microphone button in the keyboard does.
It's easier to see a microphone button next to a textField than at the…

Mathieu Robert
- 325
- 1
- 5
- 17
2
votes
1 answer
Dictation options for RStudio
I use Dragon NaturallySpeaking for dictating emails and documents to minimize keyboard and mouse use, but have not yet found a useful way of using dictation for RStudio other than creating macros for certain common actions e.g. "comment that" or…

Bryan Greenhouse
- 31
- 1
2
votes
2 answers
How To change Text to Speech Mac Sierra
There was a setting OSX Yosemite where you could change your dication voice and speed. Does anyone know how to find those settings on macs latest macOS Sierra?
I have looked under keyboard where there are dictation settings but that seems to be you…

Dan Leonard
- 3,325
- 1
- 20
- 32
2
votes
0 answers
How to find out, programmatically, which language is currently selected for Dictation? (Apple Watch)
I have an Apple watch app that works exclusively with English dictation. The reason no more languages are available is a long story so bear with me a while.
I know that doing a "hard press" on the screen, while dictation is going on with the nice…

Josh
- 6,251
- 2
- 46
- 73
2
votes
1 answer
.NET Speech recognition of predefined text
I'm developing an application where the user read some predefined text and we use a speech recognition engine the transcript what he said. Then we compare the result with the predefined text to find which sentence or part of the text he is…

hubertgendron
- 23
- 3
2
votes
0 answers
jQuery event listener for Apple dictation / speech-to-text
Is there some kind of jQuery listener for Apple dictation? How to get an alert when the user used Apple dictation on a textbox?
I couldn't try different speech-to-text apps but I guess the problem and the solution are the same for all of them.
My…

Timon
- 75
- 1
- 1
- 13
2
votes
0 answers
UITextInput dictationRecordingDidEnd was called, but insertDictationResultPlaceholder didn't
I'm implementing a custom text view for rich text edit,it implements UITextInput protocol, when using dictation, I found that -dictationRecordingDidEnd was called ,but -insertDictationResultPlaceholder never get called, so it won't show the place…

CarmeloS
- 7,868
- 8
- 56
- 103
1
vote
0 answers
Windows 10 BSOD when using DictationRecognizer in Unity
I'm facing quite a problem recently. While developing an application for my bachelor degree thesis I was forced to use the DictationRecognizer engine for Speech-To-Text in Unity 2021.3.23f1: as far as my understaing goes, this is a system that uses…

Mangio
- 11
- 4
1
vote
1 answer
Stop dictation on iOS using JavaScript
I'm working on a chat app and I'm facing a weird problem with the dictation feature on iOS.
Here is the scenario:
The user focuses the input field and starts to dictate some text (using the native dictation offered by iOS)
Now they click the send…

Jesse
- 422
- 3
- 19
1
vote
1 answer
How do you show/hide the Dictation Toolbar from C#
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 (InputHostApp.exe). Is there a way to figure out the…

Brett Sanderson
- 308
- 2
- 9
1
vote
1 answer
App crashes when performing Undo with three finger tap after Dictation
I got a problem. Given I have a UITextField an a button to delete the content of the text field.
So this works as expected:
Enter text with keyboard
tap on delete button
tap with three fingers and select undo from the context menu
text…

Tomte
- 1,331
- 12
- 19
1
vote
1 answer
Enabling the Windows 10 dictation toolbar programmatically?
Is it possible to activate the new dictation toolbar (the one available since W10 Falls Creators Update) programmatically? I'd like to use dictation in a C# winforms app, but I don't want the user to use windows key+H, I want to activate the…

phoebus
- 44
- 2
1
vote
0 answers
Dictation is not working on my WPF application - need suggestion
Trying to use free dictated words for voice recognition. But it is not working for me. Maybe someone can have a look.
Here it starts :
public MainWindow()
{
InitializeComponent();
recognizer = new SpeechRecognitionEngine();
…

bulliedMonster
- 236
- 1
- 8
- 18