Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:semantic

338             // the "semantic" string, which is easy to overflow.  So now,
341 // for literal and semantic.
960 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING);
961 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
970 String[] commands = semantic.trim().split(" ");
1113 intent.putExtra(RecognizerEngine.SEMANTIC_EXTRA, semantic);
1154 // the semantic value is equal to the literal in this case.