public class SpeechSessionStatus extends GenericModel
SpeechToText
.Constructor and Description |
---|
SpeechSessionStatus() |
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.
|
equals, hashCode, toString
public String getModel()
public String getObserveResult()
public String getRecognize()
public String getState()
public void setModel(String model)
model
- The modelpublic void setObserveResult(String observeResult)
observeResult
- The observe resultpublic void setRecognize(String recognize)
recognize
- The recognizepublic void setState(String state)
state
- The stateCopyright © 2015–2016 IBM Watson. All rights reserved.