public class SpeechModelSet extends Object
| Constructor and Description |
|---|
SpeechModelSet() |
| Modifier and Type | Method and Description |
|---|---|
List<SpeechModel> |
getModels()
Gets the models.
|
void |
setModels(List<SpeechModel> models)
Sets the models.
|
String |
toString() |
SpeechModelSet |
withModels(List<SpeechModel> models)
With models.
|
public List<SpeechModel> getModels()
public void setModels(List<SpeechModel> models)
models - The modelspublic SpeechModelSet withModels(List<SpeechModel> models)
models - the modelsCopyright © 2015. All rights reserved.