SpeechBookmarkReachedEventArgs.AudioPosition property

Gets the time position of the <mark> element.

Syntax

public TimeSpan AudioPosition { get; }
Public ReadOnly Property AudioPosition As TimeSpan
public:
property TimeSpan AudioPosition { 
   TimeSpan get();
}

Property value

Type: System.TimeSpan [.NET] | Windows::Foundation::TimeSpan [C++]

The time position of the <mark> element.

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

SpeechBookmarkReachedEventArgs