public class SessionStatus extends Object
SpeechToText.| Constructor and Description |
|---|
SessionStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Gets the model.
|
String |
getObserveResult()
Gets the observe result.
|
String |
getRecognize()
Gets the recognize.
|
String |
getState()
Gets the state.
|
void |
setModel(String model)
Sets the model.
|
void |
setObserveResult(String observeResult)
Sets the observe result.
|
void |
setRecognize(String recognize)
Sets the recognize.
|
void |
setState(String state)
Sets the state.
|
String |
toString() |
SessionStatus |
withModel(String model)
With model.
|
SessionStatus |
withObserveResult(String observeResult)
With observe result.
|
SessionStatus |
withRecognize(String recognize)
With recognize.
|
SessionStatus |
withState(String state)
With state.
|
public String getState()
public void setState(String state)
state - The statepublic SessionStatus withState(String state)
state - the statepublic String getModel()
public void setModel(String model)
model - The modelpublic SessionStatus withModel(String model)
model - the modelpublic String getRecognize()
public void setRecognize(String recognize)
recognize - The recognizepublic SessionStatus withRecognize(String recognize)
recognize - the recognizepublic String getObserveResult()
public void setObserveResult(String observeResult)
observeResult - The observe resultpublic SessionStatus withObserveResult(String observeResult)
observeResult - the observe resultCopyright © 2015. All rights reserved.