Microsoft Speech SDK
SAPI 5.1
SPTRANSITIONPROPERTY
SPTRANSITIONPROPERTY contains transition property information.
typedef struct SPTRANSITIONPROPERTY
{
const WCHAR *pszName;
ULONG ulId;
const WCHAR *pszValue;
VARIANT vValue;
} SPTRANSITIONPROPERTY;
Members
- pszName
- Address of a null-terminated string containing the name information.
- ulId
- Identifier associated with the transition property.
- pszValue
- Address of a null-terminated string containing the value information.
- vValue
- For dynamic grammars this value will be VT_BOOL, VT_I4, VT_R4, VT_R8, or VT_BYREF.