SpeechSynthesizer.PhonemeReached 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
到達音素時引發。
public:
event EventHandler<System::Speech::Synthesis::PhonemeReachedEventArgs ^> ^ PhonemeReached;
public event EventHandler<System.Speech.Synthesis.PhonemeReachedEventArgs> PhonemeReached;
member this.PhonemeReached : EventHandler<System.Speech.Synthesis.PhonemeReachedEventArgs>
Public Custom Event PhonemeReached As EventHandler(Of PhonemeReachedEventArgs)
事件類型
備註
phoneme 是撰寫語言的基本元件,通常是字母 (字母或兩個字母的組合,) 代表一或多個不同音效。 例如,字母 「c」 是一個音素,可能是 「cinder」 中的 「s」 或 「catch」 中的 「k」。 撰寫的文字是音素的組合。 變更單字中的 phoneme 將會改變其拼字。
SpeechSynthesizer實例會 PhonemeReached 針對構成電話的文字的每個部分產生事件。 例如,對於 「theme」 一詞會產生三 PhonemeReached 個事件;一個用於 「th」 音效,另一個用於 「e」 音效,另一個用於 「m」 音效 (我) 。
如需與事件相關聯之資料的範例和資訊,請參閱 PhonemeReachedEventArgs 。