I would like to use the voice dictation feature found on the new iPad. I am hoping that there is a way to just have a button that starts capturing voice without having the use the microphone button on the keyboard. In other words, I don't want to have to pull up the keyboard to start capturing voice for dictation.
I have looked through Apple's documentation, and have found the new UIDictionPhrase class, but this class seems to be used only for the text response sent back from Apple after voice has been captured and sent.
Does anyone know of a way, or if it is even possible, to use the built in voice dictation feature without pulling up the keyboard and tapping the voice input button?
EDIT: I am not looking for something that is not Apple approved. I am hoping that there is an approved API to do this that I have missed.
I've been looking for something similar myself. The "legal" approach may be to just use the Nuance Mobile library natively. Apparently the Siri dictation uses this internally (so it should behave similarly).
http://dragonmobile.nuancemobiledeveloper.com/
It's free to develop with, but they charge 19 cents to 24 cents a "device activation" and seem to require an initial $10,000 license "prepayment" to launch with enough bandwidth to deal with real traffic. But if you were selling an app at 1.99 or above, the $0.24 license "may" be worth it. They also have a "pay per session model" if your app isn't heavy speak recognition.
http://dragonmobile.nuancemobiledeveloper.com/public/index.php?task=memberServicesGold
My guess is that Apple's contract with Nuance probably prevents them adding Dicatation directly to the API itself.