SessionStatus Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class SessionStatus
The SessionStatus type exposes the following members.
Name | Description | |
---|---|---|
SessionStatus | Initializes a new instance of the SessionStatus class |
Name | Description | |
---|---|---|
model |
URI for information about the model that is used with the session.
| |
observe_result |
URI for REST results observers.
| |
recognize |
URI for REST recognition requests.
| |
recognizeWS |
URI for WebSocket recognition requests. Needed only for working with the WebSocket interface.
| |
state |
State of the session. The state must be initialized to perform a new recognition request on the session.
|