Class ConnectionEventArgs
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.SessionEventArgs
-
- com.microsoft.cognitiveservices.speech.ConnectionEventArgs
-
public final class ConnectionEventArgs extends SessionEventArgs
Defines payload for connection events like Connected/Disconnected. Added in version 1.2.0
-
-
Field Summary
-
Fields inherited from class com.microsoft.cognitiveservices.speech.SessionEventArgs
eventHandle
-
-
Constructor Summary
Constructors Constructor Description ConnectionEventArgs(long eventArgs)Constructs an instance of a ConnectionEventArgs object.
-