Click or drag to resize
PartialSpeechResponseEventArgs Class
SpeechRecognitionService partial response event data
Inheritance Hierarchy
Object
  EventArgs
    Microsoft.CognitiveServices.SpeechRecognitionPartialSpeechResponseEventArgs

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

The PartialSpeechResponseEventArgs 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 propertyPartialResult
Gets the PartialResult
Top
See Also