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

  /external/srec/srec/Recognizer/include/
SR_RecognizerResultImpl.h 47 CA_NBestList* nbestList;
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 53 impl->nbestList = NULL;
114 * Currently we only support one semantic result per nbestlist entry,
136 * Currently we only support one semantic result per nbestlist entry,
259 if (impl->nbestList != NULL)
261 CA_DeleteNBestList(impl->nbestList);
262 impl->nbestList = NULL;
RecognizerImpl.c     [all...]

Completed in 55 milliseconds