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.SessionStatus Class Reference

This data class holds the description of teh state and possbile actions for the current session. More...

Properties

string state [get, set]
 State of the session. The state must be initialized to perform a new recognition request on the session. More...
 
string model [get, set]
 URI for information about the model that is used with the session. 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 description of teh state and possbile actions for the current session.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SessionStatus.model
getset

URI for information about the model that is used with the session.

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

URI for REST results observers.

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

URI for REST recognition requests.

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

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

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SessionStatus.state
getset

State of the session. The state must be initialized to perform a new recognition request on the session.


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