SPVFEATURE (Windows Embedded CE 6.0)
1/6/2010
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 |