Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:semantic

61             String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING);
62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
71 String semantic = mSrec.getResult(0, Recognizer.KEY_MEANING);
72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
76 if (("H".equalsIgnoreCase(semantic)) ||
77 ("M".equalsIgnoreCase(semantic)) ||
78 ("W".equalsIgnoreCase(semantic)) ||
79 ("O".equalsIgnoreCase(semantic)) ||
80 ("R".equalsIgnoreCase(semantic)) ||
81 ("X".equalsIgnoreCase(semantic))) {
85 intent.putExtra(RecognizerEngine.SEMANTIC_EXTRA, semantic);