Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

BookmarkReachedEventArgs.AudioPosition Property

Gets the time offset at which the bookmark was reached.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public ReadOnly Property AudioPosition As TimeSpan
    Get
'Usage
Dim instance As BookmarkReachedEventArgs
Dim value As TimeSpan

value = instance.AudioPosition
public TimeSpan AudioPosition { get; }

Property Value

Type: System.TimeSpan
Returns the location in the audio input stream of a synthesis engine when the event was raised.

See Also

Reference

BookmarkReachedEventArgs Class

BookmarkReachedEventArgs Members

Microsoft.Speech.Synthesis Namespace