Click or drag to resize
SpeechResponseEventArgs Class
SpeechRecognitionService response event data
Inheritance Hierarchy
Object
  EventArgs
    Microsoft.CognitiveServices.SpeechRecognitionSpeechResponseEventArgs

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

The SpeechResponseEventArgs 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 propertyPhraseResponse
Gets the RecognitionResult
Top
See Also