ContourPoint(Single, Single, ContourPointChangeType) Konstruktor

Definition

Erstellt eine neue Instanz der ContourPoint Klasse.

public:
 ContourPoint(float start, float change, System::Speech::Synthesis::TtsEngine::ContourPointChangeType changeType);
public ContourPoint(float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType);
new System.Speech.Synthesis.TtsEngine.ContourPoint : single * single * System.Speech.Synthesis.TtsEngine.ContourPointChangeType -> System.Speech.Synthesis.TtsEngine.ContourPoint
Public Sub New (start As Single, change As Single, changeType As ContourPointChangeType)

Parameter

start
Single

A Single that specifies the point at which to apply the pitch change in the TextFragment. Dies wird als der verstrichene Prozentsatz der Dauer an TextFragment diesem Punkt ausgedrückt.

change
Single

Ein Single Wert, der die Höhe angibt, die erhöht oder niedriger ist.

changeType
ContourPointChangeType

Ein Element davon ChangeType gibt die einheit an, die für die im change Parameter angegebene Zahl verwendet werden soll.

Gilt für: