Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
BookmarkReachedEventArgs.Bookmark Property
Gets the name of the bookmark that was reached.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property Bookmark As String
Get
'Usage
Dim instance As BookmarkReachedEventArgs
Dim value As String
value = instance.Bookmark
public string Bookmark { get; }
Property Value
Type: System.String
Returns a value for the name of the bookmark.
See Also
Reference
BookmarkReachedEventArgs Class