public class SpeechSession extends Object
| Constructor and Description |
|---|
SpeechSession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCookieSession()
Gets the cookie session.
|
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 |
setCookieSession(String cookieSession)
Sets the cookie session.
|
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.
|
String |
toString() |
SpeechSession |
withNewSessionUri(String newSessionUri)
With new session uri.
|
SpeechSession |
withObserveResult(String observeResult)
With observe result.
|
SpeechSession |
withRecognize(String recognize)
With recognize.
|
SpeechSession |
withRecognizeWS(String recognizeWS)
With recognize ws.
|
SpeechSession |
withSessionId(String sessionId)
With session id.
|
public String getCookieSession()
public String getNewSessionUri()
public String getObserveResult()
public String getRecognize()
public String getRecognizeWS()
public String getSessionId()
public void setCookieSession(String cookieSession)
cookieSession - the new cookie sessionpublic 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_idpublic SpeechSession withNewSessionUri(String newSessionUri)
newSessionUri - the new session uripublic SpeechSession withObserveResult(String observeResult)
observeResult - the observe resultpublic SpeechSession withRecognize(String recognize)
recognize - the recognizepublic SpeechSession withRecognizeWS(String recognizeWS)
recognizeWS - the recognize wspublic SpeechSession withSessionId(String sessionId)
sessionId - the session idCopyright © 2015. All rights reserved.