Share via


SPVFEATURE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

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

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations