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: