Microsoft Speech Platform
SPVCONTEXT
SPVCONTEXT contains strings passed into an ISpVoice::Speak call using a <Context> XML tag.
typedef struct SPVCONTEXT
{
LPCWSTR pCategory;
LPCWSTR pBefore;
LPCWSTR pAfter;
} SPVCONTEXT;
Members
- pCategory
- String passed in with the ID attribute.
- pBefore
- String passed in with the Before attribute.
- pAfter
- String passed in with the After attribute.