HomeSort by relevance Sort by last modified time
    Searched defs:Recognizer (Results 1 - 2 of 2) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 22 import android.speech.srec.Recognizer;
40 * <li>Create and configure a {@link Recognizer}.
42 * <li>Start the {@link Recognizer} running using data already being
44 * <li>Wait for the {@link Recognizer} to complete.
69 protected final String SREC_DIR = Recognizer.getConfigDir(null);
76 protected Recognizer mSrec;
77 protected Recognizer.Grammar mSrecGrammar;
98 * <li>Create a Recognizer.
100 * <li>Start the Recognizer.
101 * <li>Feed the Recognizer audio until it provides a result
    [all...]
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 3 * Recognizer.java
34 * Simple, synchronous speech recognizer, using the Nuance SREC package.
38 * <li>Create a <code>Recognizer</code>.
39 * <li>Create a <code>Recognizer.Grammar</code>.
40 * <li>Setup the <code>Recognizer.Grammar</code>.
41 * <li>Reset the <code>Recognizer.Grammar</code> slots, if needed.
42 * <li>Fill the <code>Recognizer.Grammar</code> slots, if needed.
43 * <li>Compile the <code>Recognizer.Grammar</code>, if needed.
44 * <li>Save the filled <code>Recognizer.Grammar</code>, if needed.
45 * <li>Start the <code>Recognizer</code>
    [all...]

Completed in 13 milliseconds