SpeechRecognitionQualityDegradingEventArgs.Problem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the audio problem that occurred.
public:
property SpeechRecognitionAudioProblem Problem { SpeechRecognitionAudioProblem get(); };
SpeechRecognitionAudioProblem Problem();
public SpeechRecognitionAudioProblem Problem { get; }
var speechRecognitionAudioProblem = speechRecognitionQualityDegradingEventArgs.problem;
Public ReadOnly Property Problem As SpeechRecognitionAudioProblem
Property Value
The audio problem that occurred.