Reputation: 23
I am going to design an App for iPhone 4s where user will have Speech to text feature.
When user taps on UITextView, keyboard will open with microphone option on the left of SpaceKey.
Now my question is, Can I use that microphone option as text input for textview using speech. I dont have iPhone 4s yet, that why, I can not test it own.
Upvotes: 2
Views: 2334
Reputation: 6067
You may use the OpenEars
for such purpose.
OpenEars
is an open-source iOS library for implementing round-trip English language speech recognition and text-to-speech on the iPhone and iPad.
Has good discussion regarding this topic
Upvotes: 0
Reputation: 5313
Speech to text (i.e. the microphone next to the space bar) is a system-level keyboard feature. Any text field that uses the standard keyboard can use speech to text.
Upvotes: 2
Reputation: 4209
As far as I know, there is no SIRI API available to developers yet (though there are quite a few asking for it).
Upvotes: 3