Hello,
In the "android.speech" package there are some classes for speech
recognition. I read this article and I created a simple application
that send an Intent in order to start a speech recognition activity:
in this way I created an example of speech recognition application and
I only used "RecognizerIntent" constants.

Inside the "android.speech" package there are also other classes: why?
What are their roles?

For example, the "RecognitionService" class is the base class for
recognition service implementations, so if I wish to implement a new
speech recognizer, then it should extend this class. In this case,
what does it mean? Should I use this class if I would implement a new
speech recognizer engine without using Google's Voice Recognition
engine?

And what about the "SpeechRecognizer" class?

Thanks in advance!

-- 
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

Reply via email to