Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains the information for a semantic property.
typedef struct tagSPPROPERTYINFO{ constWCHAR* pszName; ULONGulId; constWCHAR* pszValue; VARIANTvValue;} SPPROPERTYINFO;
Members
- pszName
Pointer to a null-terminated string specifying the name of the property. This property is in the Speech Text Grammar format and is set using the PROPNAME attribute. - ulId
Identifier of the property. This identifier is in the Speech Text Grammar format and is set using the PROPID attribute. - pszValue
Pointer to a null-terminated string specifying the value of the property. This value is in the Speech Text Grammar format and is set using the VALSTR attribute. - vValue
VARIANT type of the property. The type must be one of the following: VT_BOOL, VT_I4, VT_R4, VT_R8, or VT_BYREF (only for dynamic grammars). The type is set using the VAL attribute in the Speech Text Grammar format.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors