Lines Matching refs:Recognizer
27 import android.speech.srec.Recognizer;
50 * <li>onRecognitionSuccess is called when we get results from the recognizer,
217 Log.e(TAG, "Cannot load all contacts to voice recognizer, loaded " +
337 // Unfortuantely, the recognizer has a fixed limit on the length of
384 * {@link Recognizer.Grammar} can digest.
958 String conf = mSrec.getResult(result, Recognizer.KEY_CONFIDENCE);
959 String literal = mSrec.getResult(result, Recognizer.KEY_LITERAL);
960 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING);
1159 // the recognizer has.