The SpeechRecognitionConnectortype exposes the following members.

Constructors

  Name Description
SpeechRecognitionConnector
Creates a new instance of the SpeechRecognitionConnector class.

Methods

  Name Description
AttachFlow
Specifies which AudioVideoFlow will provide audio data for speech recognition. Only one AudioVideoFlow may be attached at a time.
DetachFlow
Detachs the current AudioVideoFlow, freeing the connector to use another.
Dispose
Disposes the SpeechRecognitionConnector.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Start
Begins recording audio into a new stream. The caller is responsible for disposing of the stream returned by this method.
Stop
Caps off the current stream, and stop recording audio. Will no-op if the SpeechRecognitionConnector is already stopped.
ToString (Inherited from Object.)

Properties

  Name Description
AudioVideoFlow
Gets the attached AudioVideoFlow.
IsActive
Gets whether the SpeechRecognitionConnector is currently running.

See Also