Click or drag to resize
ConversationOnMicrophoneStatus Event
Event fired when the microphone recording status has changed.

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public virtual event EventHandler<MicrophoneEventArgs> OnMicrophoneStatus

Value

Type: EventHandlerMicrophoneEventArgs

Implements

IConversationOnMicrophoneStatus
See Also