AudioSignalProblemOccurredEventArgs.RecognizerAudioPosition Property

Definition

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

public:
 property TimeSpan RecognizerAudioPosition { TimeSpan get(); };
public TimeSpan RecognizerAudioPosition { get; }
member this.RecognizerAudioPosition : TimeSpan
Public ReadOnly Property RecognizerAudioPosition As TimeSpan

Property Value

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

Remarks

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.

Applies to