views:

21

answers:

0

Hi...

I'd like to ask to generous people. Is it possible to extend RecognizerIntent class for extending a new language support such as Bahasa Indonesia?

The ideas that came into my mind: 1. Extend it 2. Take sample of voice, if it is a predetermined of Bahasa Indonesia then send the sample voice through web service on the server that has capability for Bahasa Indonesia recognizer to be processed, otherwise let the droid do it 3. If Indonesian, take the text result from the web service otherwise do the super method for result

The problem is I don't know where to start. Please help me to learn exactly what RecognizerIntent class is, how is it work, in what way we can extend it.

Thanks....