39#ifndef __KWS_DETECTIONS_H__
40#define __KWS_DETECTIONS_H__
43#include <sphinxbase/glist.h>
50 const char* keyphrase;
69void kws_detections_add(
kws_detections_t *detections,
const char* keyphrase,
int sf,
int ef,
int prob,
int ascr);
74char* kws_detections_hyp_str(
kws_detections_t *detections,
int frame,
int delay);
Implementation of HMM base structure.
int32 frame_idx_t
Type for frame index values.
Internal implementation of PocketSphinx decoder.