All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
VCD_RecoStructDef Struct Reference

#include <vcd.h>

Data Fields

VCD_RecoResultEnum status
 
int_least32_t fullScore
 
int_least32_t confScore
 
int_least16_t normScore
 
int_least16_t modelIndex
 
char const * name
 

Detailed Description

A structure that holds the results of recognition. The structure is filled by calling VCD_getResult.

Field Documentation

VCD_RecoResultEnum VCD_RecoStructDef::status

The recognition result status. See VCD_RecoResultEnum

int_least32_t VCD_RecoStructDef::fullScore

Full accumulated score over all processed frames

int_least32_t VCD_RecoStructDef::confScore

Confidence measure score - larger is more confident

int_least16_t VCD_RecoStructDef::normScore

Normalized score for current frame relative to best state score

int_least16_t VCD_RecoStructDef::modelIndex

Model index recognized, if any. May be less than zero if the best hypothesis indicates a silence or filler model

char const* VCD_RecoStructDef::name

Word corresponding to recognized result, if any


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated