SYE
1.0 2.0
The SYE
symbol element structure is best described in context with the SYG symbol graph and SYC symbol correspondence
structures. For a description of the SYE structure, see the entry for SYG
below.
The SYE
structure is provided only for compatibility with version 1.0 of the Pen API,
and will not be supported in future versions.
An SYE
structure contains a symbol, which can be a character, gesture, or string.
typedef struct {
SYV syv;
LONG lRecogVal;
CL cl;
int iSyc;
} SYE;
Members
syv
Symbol value.
lRecogVal
Reserved.
cl
Confidence
level.
iSyc
Index into
array of SYC
structures. The array identifies the raw data that makes up the symbol. It is
possible for several SYE structures to use the same SYC
structures.