This topic has not yet been rated - Rate this topic

SPVCONTEXT (SAPI 5.3)

Speech API 5.3
Microsoft Speech API 5.3

SPVCONTEXT

SPVCONTEXT contains strings passed into an ISpVoice::Speak call using a <Context> XML tag.  See the XML TTS Tutorial for more details.

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.