Searched defs:pron (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java200 * @param pron pronunciation, or null to derive from word.
204 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) { argument
205 SR_GrammarAddWordToSlot(mGrammar, slot, word, pron, weight, tag);

Completed in 69 milliseconds