Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RecognizerUpdateReachedEventArgs::AudioPosition Property

 

Gets the audio position associated with the event.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property TimeSpan AudioPosition {
	TimeSpan get();
}

Property Value

Type: System::TimeSpan

Returns the location within the speech buffer of a SpeechRecognizer or a SpeechRecognitionEngine when it pauses and raises a RecognizerUpdateReached event.

Applications can use the location indicated by AudioPosition to access audio input that occurred while the recognition engine was paused.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft