Как получить доступ к API распознавания букв в Android?

I am creating a gesture application. In the Gesture class docs http://developer.android.com/reference/android/gesture/Gesture.html) it reads:

"A user-defined gesture can be recognized by a GestureLibrary and a built-in alphabet gesture can be recognized by a LetterRecognizer."

So how do you use the LetterRecognizer and where is the docs on it? There's no API for that in the docs, I've also searched android's code itself, and besides the same comment above in the code there's nothing.

I've implemented a letter recognizer manually by drawing the ABC letters to a gesture raw file and using the regular mLibrary.recognize (жест) API, но вероятность успеха не очень высокий, даже близко к приложению поиска жестов Google.

Мы будем благодарны за любую помощь по этому поводу. Спасибо

**** EDIT: Letter Recognizer - это будущий выпуск. Он пока недоступен ***

16
задан Navigatron 26 May 2011 в 19:28
поделиться