SpeechBookmarkReachedEventArgs.Bookmark property

Gets the name of the bookmark.

Syntax

public string Bookmark { get; }
Public ReadOnly Property Bookmark As String
public:
property String^ Bookmark { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The plain-text string that is contained within the <mark> element.

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

SpeechBookmarkReachedEventArgs