Click or drag to resize
MicrophoneEventArgs Class
Event data for when the microphone has been started and stopped.
Inheritance Hierarchy
Object
  EventArgs
    Microsoft.CognitiveServices.SpeechRecognitionMicrophoneEventArgs

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public class MicrophoneEventArgs : EventArgs

The MicrophoneEventArgs type exposes the following members.

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.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyRecording
Get whether the microphone is currently recording.
Top
See Also