public class SpeechModel extends GenericModel
| Modifier and Type | Field and Description |
|---|---|
static SpeechModel |
ES_BROADBAND16K
US English broadband model (16KHz).
|
| Constructor and Description |
|---|
SpeechModel(String name)
Instantiates a new speech model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
int |
getRate()
Gets the rate.
|
String |
getSessions()
Gets the sessions.
|
void |
setName(String name)
Sets the name.
|
void |
setRate(int rate)
Sets the rate.
|
void |
setSessions(String sessions)
Sets the sessions.
|
equals, hashCode, toStringpublic static final SpeechModel ES_BROADBAND16K
public SpeechModel(String name)
name - the namepublic int getRate()
public void setRate(int rate)
rate - The ratepublic String getName()
public void setName(String name)
name - The namepublic String getSessions()
public void setSessions(String sessions)
sessions - the new sessionsCopyright © 2015. All rights reserved.