ContourPoint(Single, Single, ContourPointChangeType) コンストラクター

定義

ContourPoint クラスの新しいインスタンスを作成します。

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)

パラメーター

start
Single

Single でピッチの変更を適用するポイントを指定する TextFragment。 これは、その時点での、TextFragment の期間が経過した割合として表現されます。

change
Single

ピッチを増やしたり、抑えたりする量を指定する Single

changeType
ContourPointChangeType

change パラメーターで指定される数に使用する単位を指定する ChangeType のメンバー。

適用対象