[android-developers] Re: com.google.android.voicesearch

2009-02-18 Thread Mike Hearn
Voice search isn't a generic transcriber. It's optimized for search queries specifically, so I'm not sure what use an API would be. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: com.google.android.voicesearch

2009-02-18 Thread Rob Franz
Ok let me ask differently then...is it possible to access the part that takes the incoming speech, analyzes the audio, and forms words/sentences? On Wed, Feb 18, 2009 at 7:28 AM, Mike Hearn mh.in.engl...@gmail.com wrote: Voice search isn't a generic transcriber. It's optimized for search

[android-developers] Re: com.google.android.voicesearch

2009-02-18 Thread Dave Sparks
Voice search uses a private Google API optimized for search queries. We are not making those API's public at this time. On Feb 18, 5:10 am, Rob Franz rob.fr...@gmail.com wrote: Ok let me ask differently then...is it possible to access the part that takes the incoming speech, analyzes the

[android-developers] Re: com.google.android.voicesearch

2009-02-18 Thread Rob Franz
Bummer. Ok, thanks Dave. On Wed, Feb 18, 2009 at 12:01 PM, Dave Sparks davidspa...@android.comwrote: Voice search uses a private Google API optimized for search queries. We are not making those API's public at this time. On Feb 18, 5:10 am, Rob Franz rob.fr...@gmail.com wrote: Ok let me

[android-developers] Re: com.google.android.voicesearch

2009-02-17 Thread Mike Hearn
If it's not on developer.android.com then it's not available to apps. What would you do with it? If you just want to trigger the app you can just fire its intent, that is sort of implicitly exposed by any app, I guess. On Feb 17, 5:57 pm, Rob Franz rob.fr...@gmail.com wrote: Hi all, I'm sure

[android-developers] Re: com.google.android.voicesearch

2009-02-17 Thread Rob Franz
I'm interested in the speech to text part - sorry, I should have mentioned that in the previous mail. On Tue, Feb 17, 2009 at 12:16 PM, Mike Hearn mh.in.engl...@gmail.comwrote: If it's not on developer.android.com then it's not available to apps. What would you do with it? If you just want to