Click or drag to resize

Session Class

This data class holds the Session data.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1Session

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 Session

The Session type exposes the following members.

Constructors
  NameDescription
Public methodSession
Initializes a new instance of the Session class
Top
Properties
  NameDescription
Public propertynew_session_uri
Describes the additional service features supported with the model.
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 propertysession_id
Describes the additional service features supported with the model.
Top
See Also