Share via


SPDISPLAYPHRASE (Microsoft Speech Platform)

Microsoft Speech Platform

SPDISPLAYTOKEN

SPDISPLAYTOKEN represents a single speech recognition token.


typedef struct SPDISPLAYTOKEN
{
const WCHAR   *pszLexical;
const WCHAR   *pszDisplay;
BYTE           bDisplayAttributes;
} SPDISPLAYTOKEN;

Members

  • pszLexical
    Specifies the address of a null-terminated string of type WCHAR that contains the lexical form of the token.
  • pszDisplay
    Specifies the address of a null-terminated string of type WCHAR that contains the display form of the token.
  • bDisplayAttributes
    Specifies the display attributes for the token. For more information, see SPDISPLAYATTRIBUTES.

Remarks

The word "23" is in display form. The lexical form is "twenty three".