Share via


SpeechRecognitionConnector Members

Include Protected Members
Include Inherited Members

SpeechRecognitionConnector can be bound to an AudioVideoFlow, and provides a stream of audio data compatible with Microsoft.Speech.

The SpeechRecognitionConnector type exposes the following members.

Constructors

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

Top

Properties

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

Top

Methods

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

Top

See Also

Reference

SpeechRecognitionConnector Class

Microsoft.Rtc.Collaboration.AudioVideo Namespace