aman
aman

Reputation: 23

Can we use SIRI as a speech to text in our app?

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

Answers (3)

Mohammad Kamar Shad
Mohammad Kamar Shad

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.

take a look of this link.

Has good discussion regarding this topic

Upvotes: 0

UIAdam
UIAdam

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

Ryan Kempt
Ryan Kempt

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

Related Questions