SPDISPLAYPHRASE (Microsoft Speech Platform)
Microsoft Speech Platform
SPDISPLAYPHRASE
SPDISPLAYPHRASE represents the tokens in a display phrase.
typedef struct SPDISPLAYPHRASE
{
ULONG ulnumTokens;
SPDISPLAYTOKEN *pTokens;
} SPDISPLAYPHRASE;
Members
- ulnumTokens
Specifies the number of tokens in the phrase pointed to by the pTokens member. - pTokens
Specifies the address of an SPDISPLAYTOKEN structure that contains the tokens that make up a phrase.