PLRType Struct Reference
The PLRType, the Phone Link Record Type is the structure that contains the phone history information for a single word stored in a WLR (of struct WLRType). More...
Public Attributes | |
int | phoneID |
int | contextKey |
unsigned char | stateOffset [2] |
int | timeStamp |
float | likelihood |
PLRType * | previous |
Detailed Description
The PLRType, the Phone Link Record Type is the structure that contains the phone history information for a single word stored in a WLR (of struct WLRType).This structure is ONLY used when phone alignment is enabled!
It contains the phoneID that is beeing pronounced, the time at which the sound started (timeStamp) and the likelihood that the particular phone is pronounced given the history defined by the previous variable.
Member Data Documentation
float PLRType::likelihood |
int PLRType::phoneID |
unsigned char PLRType::stateOffset[2] |