public class SpeechSession extends GenericModel
| Constructor and Description |
|---|
SpeechSession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewSessionUri()
Gets the new session uri.
|
String |
getObserveResult()
Gets the observe result.
|
String |
getRecognize()
Gets the recognize.
|
String |
getRecognizeWS()
Gets the recognize ws.
|
String |
getSessionId()
Gets the session id.
|
void |
setNewSessionUri(String newSessionUri)
Sets the new session uri.
|
void |
setObserveResult(String observeResult)
Sets the observe result.
|
void |
setRecognize(String recognize)
Sets the recognize.
|
void |
setRecognizeWS(String recognizeWS)
Sets the recognize ws.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
equals, hashCode, toStringpublic String getNewSessionUri()
public String getObserveResult()
public String getRecognize()
public String getRecognizeWS()
public String getSessionId()
public void setNewSessionUri(String newSessionUri)
newSessionUri - The new_session_uripublic void setObserveResult(String observeResult)
observeResult - The observe_resultpublic void setRecognize(String recognize)
recognize - The recognizepublic void setRecognizeWS(String recognizeWS)
recognizeWS - The recognizeWSpublic void setSessionId(String sessionId)
sessionId - The session_idCopyright © 2015–2016. All rights reserved.