Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Session Class Reference

This data class holds the Session data. More...

Properties

string session_id [get, set]
 Describes the additional service features supported with the model. More...
 
string new_session_uri [get, set]
 Describes the additional service features supported with the model. More...
 
string recognize [get, set]
 URI for REST recognition requests. More...
 
string observe_result [get, set]
 URI for REST results observers. More...
 
string recognizeWS [get, set]
 URI for WebSocket recognition requests. Needed only for working with the WebSocket interface. More...
 

Detailed Description

This data class holds the Session data.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Session.new_session_uri
getset

Describes the additional service features supported with the model.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Session.observe_result
getset

URI for REST results observers.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Session.recognize
getset

URI for REST recognition requests.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Session.recognizeWS
getset

URI for WebSocket recognition requests. Needed only for working with the WebSocket interface.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Session.session_id
getset

Describes the additional service features supported with the model.


The documentation for this class was generated from the following file: