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

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

適用対象