RecognizeCompletedEventArgs Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Provides data for the RecognizeCompleted event.

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

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
Public methodToString (Inherited from Object.)
Top

See Also