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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 22 import android.speech.srec.Recognizer;
39 * <li>Create and configure a {@link Recognizer}.
41 * <li>Start the {@link Recognizer} running using data already being
43 * <li>Wait for the {@link Recognizer} to complete.
68 protected final String SREC_DIR = Recognizer.getConfigDir(null);
75 protected Recognizer mSrec;
76 protected Recognizer.Grammar mSrecGrammar;
97 * <li>Create a Recognizer.
99 * <li>Start the Recognizer.
100 * <li>Feed the Recognizer audio until it provides a result
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 57 recognizer's state. These attributes are externalized from the recognizer itself
58 so that recognizer delegation (which occurs when you import other grammars into
66 a flag indicating whether or not the recognizer is in error recovery mode
127 =begin rdoc ANTLR3::Recognizer
174 =begin rdoc ANTLR3::Recognizer
176 = Recognizer
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
184 recognizer base classes, providing the implementation of the grammar rules
185 itself. this group of classes to implement necessary tasks. Recognizer
    [all...]
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 3 * Recognizer.java
33 * Simple, synchronous speech recognizer, using the Nuance SREC package.
37 * <li>Create a <code>Recognizer</code>.
38 * <li>Create a <code>Recognizer.Grammar</code>.
39 * <li>Setup the <code>Recognizer.Grammar</code>.
40 * <li>Reset the <code>Recognizer.Grammar</code> slots, if needed.
41 * <li>Fill the <code>Recognizer.Grammar</code> slots, if needed.
42 * <li>Compile the <code>Recognizer.Grammar</code>, if needed.
43 * <li>Save the filled <code>Recognizer.Grammar</code>, if needed.
44 * <li>Start the <code>Recognizer</code>
    [all...]

Completed in 744 milliseconds