RecognizeCompletedEventArgs Properties

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The RecognizeCompletedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAudioPositionGets the location in the input device's audio stream associated with the SpeechRecognitionEngine..::..RecognizeCompleted event.
Public propertyBabbleTimeoutGets a value that indicates whether a babble timeout generated the SpeechRecognitionEngine..::..RecognizeCompleted event.
Public propertyCancelled (Inherited from AsyncCompletedEventArgs.)
Public propertyError (Inherited from AsyncCompletedEventArgs.)
Public propertyInitialSilenceTimeoutGets a value that indicates whether an initial silence timeout generated the SpeechRecognitionEngine..::..RecognizeCompleted event.
Public propertyInputStreamEndedGets a value indicating whether the input stream ended.
Public propertyResultGets the recognition result.
Public propertyUserState (Inherited from AsyncCompletedEventArgs.)
Top

See Also