Click or drag to resize
ConversationOnPartialResponseReceived Event
Event fired when a partial response is received

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

Value

Type: EventHandlerPartialSpeechResponseEventArgs

Implements

IConversationOnPartialResponseReceived
See Also