SpeechSynthesizer.BookmarkReached event

An event that fires when a <mark> element is reached in a Speech Synthesis Markup Language (SSML) file.

Syntax

public event TypedEventHandler<SpeechSynthesizer, SpeechBookmarkReachedEventArgs> BookmarkReached
Public Event BookmarkReached As TypedEventHandler(Of SpeechSynthesizer, SpeechBookmarkReachedEventArgs)
public:
event TypedEventHandler<SpeechSynthesizer, SpeechBookmarkReachedEventArgs>^ BookmarkReached {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<SpeechSynthesizer, SpeechBookmarkReachedEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<SpeechSynthesizer, SpeechBookmarkReachedEventArgs>

Remarks

The <mark> element is defined in the Speech Synthesis Markup Language (SSML). For more information about the <mark> element, see Speech Synthesis Markup Language Reference.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

SpeechSynthesizer