SPDISPLAYATTRIBUTES

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPDISPLAYATTRIBUTES

SPDISPLAYATTRIBUTES lists the display text of phrase elements.

typedef enum tagSPDISPLYATTRIBUTES
{
    SPAF_ONE_TRAILING_SPACE,
    SPAF_TWO_TRAILING_SPACES,
    SPAF_CONSUME_LEADING_SPACES,
    SPAF_ALL 
} SPDISPLAYATTRIBUTES;

Elements

SPAF_ONE_TRAILING_SPACE
Inserts one trailing space, used for most words.
SPAF_TWO_TRAILING_SPACES
Insert two trailing spaces, often used after a sentence final period.
SPAF_CONSUME_LEADING_SPACES
Consume leading space, often used for periods. If this is absent, the word should have a leading space by default.
SPAF_ALL
A combination of all of the above flags.