Sorry, I don't know. On Thu, Jul 30, 2009 at 1:54 AM, moa <[email protected]> wrote:
> > A couple of questions; > > 1. How does it work with numbers. Is it possible to limit the text > returned? If I wanted VR to listen for numbers can I get it to return > "115" instead of "one hundered and fifteen"? > > 2. Is it possible to define/limit the dictionary of words which it > tries to match against? For example; if I new they could only respond > in 2 ways, "hello" and goodbye". Can you define that as the only words > to match, so I will only get those and not "halo" or "good buy" ? > > > > > On Jul 29, 10:24 pm, Dianne Hackborn <[email protected]> wrote: > > The platform only defines the API for voice recognition; because the > current > > implementation we have is tied to Google services, this is not part of > the > > base platform, so not available on all phones. This is one of the > reasons > > the "API" is a loosly-bound Intent protocol. > > > > > > > > On Wed, Jul 29, 2009 at 11:03 AM, moa <[email protected]> wrote: > > > > > I think this is the situation. VR is part of cupcake 1.5, however, > > > this has not been fully implemented on many current devices. UK > > > vodafone for example. If your google search widget does bot have the > > > microphone on it then I think your version of cupcake on the device > > > does not have the relevent libraries needed to support VR. > > > > > If you install some of the custom roms from xda you will see they have > > > the mic icon on search. I think (although I have not got around to > > > trying myself) that it will work fine on these. > > > > > so, no mic icon on seach == no VR support. > > > > > please correct me if i'm wrong, but that's my take. > > > > > ps. what is the story with TTS (text to speech) is that in there too > > > at all? > > > > > On Jul 14, 6:25 pm, Steven <[email protected]> wrote: > > > > I figured out what was wrong. But like the commenter below I get the > > > > "recognizer is not present" displayed when I run my code in the > > > > emulator. I read that googlevoicesearch must be installed for > > > thevoicerecognitionintent to work. Is this correct? > > > > -Steven > > > > > > On Jul 9, 6:08 pm, Mark Murphy <[email protected]> wrote: > > > > > > > Steven wrote: > > > > > > So when I use the code from voiceRecognition.java to see if it > will > > > > > > work. I get and error with R.layout.voice_recognition as well as > R.id > > > > > > > What are the error messages? > > > > > > > Also, remember that you cannot necessarily just grab bits of Java > code > > > > > -- these errors are referring to items in a layout that may be > missing. > > > > > > > > and when I try import com.example.android.apis.R it wants me to > > > create > > > > > > the class. > > > > > > > That should be automatically built once we get the other problems > above > > > > > fixed. > > > > > > > -- > > > > > Mark Murphy (a Commons Guy)http://commonsware.com| > > >http://twitter.com/commonsguy > > > > > > > Need help for your Android OSS project?http://wiki.andmob.org/hado > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

