PRCRecognizeParam


Definitions

#include <nitro/prc.h>

typedef struct PRCRecognizeParam
    int dummy;
} PRCRecognizeParam;

Description

This structure is for specifying additional parameters related to recognition that are used by recognition algorithms. However at present it is not used. PRC_GetRecognizedEntry* simply ignores this function.

Elements

dummy Dummy element

See Also

PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version