SpeechSynthesizer.BookmarkReached イベント

定義

ブックマークに到達したことを通知します。 1.16.0 で追加されました

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisBookmarkEventArgs> BookmarkReached;
member this.BookmarkReached : EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisBookmarkEventArgs> 
Public Custom Event BookmarkReached As EventHandler(Of SpeechSynthesisBookmarkEventArgs) 

イベントの種類

注釈

音声合成マークアップ言語 (SSML) を使用した合成の向上に関するページも参照してください。

適用対象