Partager via


SPVFEATURE

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.