SpeechRecognitionConnector Members

SpeechRecognitionConnector can be bound to an AVFlow, and provides a stream of audio data compatible with SpeechFX.

The SpeechRecognitionConnector type exposes the following members.

Constructors

  Name Description
Public method SpeechRecognitionConnector c'tor.

Top

Properties

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

Top

Methods

  Name Description
Public method AttachFlow Specifies which AudioVideoFlow will provide audio data for speech recognition.
Public method DetachFlow Detach the current AudioVideoFlow, freeing the connector to use another.
Public method Dispose Dispose of 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 Begin recording audio into a new stream.
Public method Stop Cap off the current stream, and stop recording audio.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SpeechRecognitionConnector Class

Microsoft.Rtc.Collaboration.AudioVideo Namespace