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.

AudioSignalProblemOccurredEventArgs::RecognizerAudioPosition Property

 

Gets the position in the audio input that the recognizer has received that indicates where the problem occurred.

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

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

Property Value

Type: System::TimeSpan

The position in the audio input that the recognizer has received when the AudioSignalProblemOccurred event was raised.

The AudioPosition property references the input device's position in its generated audio stream. By contrast, the RecognizerAudioPosition property references the recognizer's position within its audio input. These positions can be different. For more information, see Using Speech Recognition Events.

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