SessionEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs
- com.
public class SessionEventArgs
Defines payload for SessionStarted/Stopped events.
Field Summary
Modifier and Type | Field and Description |
---|---|
protected
Safe |
eventHandle
Internal member variable that holds the native event handle. |
Constructor Summary
Constructor | Description |
---|---|
SessionEventArgs(long eventArgs) |
Internal constructor for a Session |
SessionEventArgs(long eventArgs, boolean dispose) |
Internal constructor for a Session |
Method Summary
Modifier and Type | Method and Description |
---|---|
protected void |
close()
Explicitly frees any external resource attached to the object |
java.lang.String |
getSessionId()
Represents the session identifier. |
java.lang.String |
toString()
Returns a String that represents the session event. |
Methods inherited from java.lang.Object
Field Details
eventHandle
protected SafeHandle eventHandle
Internal member variable that holds the native event handle.
Constructor Details
SessionEventArgs
public SessionEventArgs(long eventArgs)
Internal constructor for a SessionEventArgs object.
Parameters:
SessionEventArgs
public SessionEventArgs(long eventArgs, boolean dispose)
Internal constructor for a SessionEventArgs object.
Parameters:
Method Details
close
protected void close()
Explicitly frees any external resource attached to the object
getSessionId
public String getSessionId()
Represents the session identifier.
Returns:
toString
public String toString()
Returns a String that represents the session event.
Overrides:
SessionEventArgs.toString()Returns:
Applies to
Azure SDK for Java