다음을 통해 공유


ProsodyNumber 생성자

정의

ProsodyNumber 클래스의 새 인스턴스를 만듭니다.

오버로드

ProsodyNumber(Int32)

ProsodyNumber 클래스의 새 인스턴스를 만들고 prosody 특성의 식별자를 지정합니다.

ProsodyNumber(Single)

ProsodyNumber 클래스의 새 인스턴스를 만들고 prosody 특성의 값을 지정합니다.

ProsodyNumber(Int32)

ProsodyNumber 클래스의 새 인스턴스를 만들고 prosody 특성의 식별자를 지정합니다.

public:
 ProsodyNumber(int ssmlAttributeId);
public ProsodyNumber (int ssmlAttributeId);
new System.Speech.Synthesis.TtsEngine.ProsodyNumber : int -> System.Speech.Synthesis.TtsEngine.ProsodyNumber
Public Sub New (ssmlAttributeId As Integer)

매개 변수

ssmlAttributeId
Int32

prosody 특성에 대한 식별자입니다.

적용 대상

ProsodyNumber(Single)

ProsodyNumber 클래스의 새 인스턴스를 만들고 prosody 특성의 값을 지정합니다.

public:
 ProsodyNumber(float number);
public ProsodyNumber (float number);
new System.Speech.Synthesis.TtsEngine.ProsodyNumber : single -> System.Speech.Synthesis.TtsEngine.ProsodyNumber
Public Sub New (number As Single)

매개 변수

number
Single

Prosody 특성 값

적용 대상