Click or drag to resize

SessionStatus Class

This data class holds the description of teh state and possbile actions for the current session.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SessionStatus

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SessionStatus

The SessionStatus type exposes the following members.

Constructors
  NameDescription
Public methodSessionStatus
Initializes a new instance of the SessionStatus class
Top
Properties
  NameDescription
Public propertymodel
URI for information about the model that is used with the session.
Public propertyobserve_result
URI for REST results observers.
Public propertyrecognize
URI for REST recognition requests.
Public propertyrecognizeWS
URI for WebSocket recognition requests. Needed only for working with the WebSocket interface.
Public propertystate
State of the session. The state must be initialized to perform a new recognition request on the session.
Top
See Also