Searched refs:Grammar (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java38 * <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.
60 * // create and load a Grammar
61 * Recognizer.Grammar grammar = recognizer.new Grammar(cdir + "/grammars/VoiceDialer.g2g");
62 * // setup the Grammar t
176 public class Grammar { class in class:Recognizer
183 public Grammar(String g2gFileName) throws IOException { method in class:Recognizer.Grammar
[all...]

Completed in 34 milliseconds