영어로 읽기 편집

다음을 통해 공유


SynthesizerEmphasis Enum

Definition

Enumerates levels of synthesizer emphasis.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum SynthesizerEmphasis
Inheritance
SynthesizerEmphasis
Attributes

Fields

Name Value Description
Stressed 1

Indicates a high level of synthesizer emphasis.

Emphasized 2

Indicates a low level of synthesizer emphasis.

Remarks

The VisemeReachedEventArgs.Emphasis property uses SynthesizerEmphasis to describe the emphasis of a viseme when the VisemeReached event is raised. The PhonemeReachedEventArgs.Emphasis property uses SynthesizerEmphasis to describe the emphasis of a phoneme when the PhonemeReached event is raised.

Applies to