SPVFEATURE (Windows CE 5.0)

Send Feedback

This enumeration defines viseme features. It is associated with viseme events.

typedef enum SPVFEATURE{  SPVFEATURE_STRESSED = (1L << 0),  SPVFEATURE_EMPHASIS = (1L << 1)} SPVFEATURE;

Elements

  • SPVFEATURE_STRESSED
    The viseme is stressed, relative to the other visemes within a word.
  • SPVFEATURE_EMPHASIS
    The word of which the viseme is a part is emphasized, relative to the other words within a sentence.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.