Prosody 類別

定義

表示語音屬性的設定集合,例如 PitchRateVolume

public ref class Prosody
public class Prosody
type Prosody = class
Public Class Prosody
繼承
Prosody

備註

類別 Prosody 代表 物件上的 FragmentState 語音屬性集合。 物件 FragmentState 會在 物件的 屬性 TextFragmentState 傳回。

建構函式

Prosody()

建構 Prosody 類別的新執行個體。

屬性

Duration

取得或設定 TextFragment 的持續期間 (以毫秒為單位)。

Pitch

取得或設定 TextFragment 的基準字幅。

Range

取得或設定 TextFragment 的音調範圍。

Rate

取得或設定 TextFragment 的讀出速率。

Volume

取得或設定 TextFragment 的讀出音量 (聲音大小)。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetContourPoints()

傳回陣列,其中包含 ContourPointsTextFragment

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
SetContourPoints(ContourPoint[])

設定 ContourPointsTextFragment

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於