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적용할 지점을 지정하는 A TextFragment 입니다. 이 값은 해당 시점 기간의 TextFragment 경과된 백분율로 표현됩니다.

change
Single

피치를 높이거나 낮출 크기를 지정하는 A Single 입니다.

changeType
ContourPointChangeType

매개 변수에 ChangeType 지정된 숫자에 사용할 단위를 지정 change 하는 멤버입니다.

적용 대상