Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

RecognizeCompletedEventArgs Properties

Include Protected Members
Include Inherited Members

The RecognizeCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public property AudioPosition Gets the location in the input device's audio stream associated with the SpeechRecognitionEngine.RecognizeCompleted event.
Public property BabbleTimeout Gets a value that indicates whether a babble timeout generated the SpeechRecognitionEngine.RecognizeCompleted event.
Public property Cancelled (inherited from AsyncCompletedEventArgs)
Public property Error (inherited from AsyncCompletedEventArgs)
Public property InitialSilenceTimeout Gets a value that indicates whether an initial silence timeout generated the SpeechRecognitionEngine.RecognizeCompleted event.
Public property InputStreamEnded Gets a value indicating whether the input stream ended.
Public property Result Gets the recognition result.
Public property UserState (inherited from AsyncCompletedEventArgs)

Top

See Also

Reference

RecognizeCompletedEventArgs Class

Microsoft.Speech.Recognition Namespace