SpeechBookmarkReachedEventArgs class
The arguments of the BookmarkReached event.
Syntax
public sealed class SpeechBookmarkReachedEventArgs
Public NotInheritable Class SpeechBookmarkReachedEventArgs
public ref class SpeechBookmarkReachedEventArgs sealed
Members
The SpeechBookmarkReachedEventArgs class has these types of members:
- Properties
Properties
The SpeechBookmarkReachedEventArgs class has these properties.
Property | Access type | Description |
---|---|---|
AudioPosition |
Read-only |
Gets the time position of the <mark> element. |
Bookmark |
Read-only |
Gets the name of the bookmark. |
UserState |
Read-only |
Gets optional information that can help determine which asynchronous call raised the event. |
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] |
Attributes
[MarshalingBehavior(Agile)]
[Version(0x06020000)]