Click or drag to resize
SpeechErrorEventArgs Class
SpeechRecognitionService error event data
Inheritance Hierarchy
Object
  EventArgs
    Microsoft.CognitiveServices.SpeechRecognitionSpeechErrorEventArgs

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

The SpeechErrorEventArgs 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 propertySpeechErrorCode
Get the error code
Public propertySpeechErrorText
Get a text description of the error
Top
See Also