| Package | Description |
|---|---|
| org.ispeech |
| Modifier and Type | Method and Description |
|---|---|
static MetaType |
MetaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaType[] |
MetaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Synthesizer.addMeta(MetaType type,
String value)
Add meta value to synthesizer
|
void |
Recognizer.addMeta(MetaType type,
String value)
Add meta value to synthesizer
|
void |
SpeechRecognizer.addMeta(MetaType type,
String value)
Add meta value to synthesizer
|
void |
SpeechSynthesis.addMeta(MetaType type,
String value)
Add meta value to synthesizer
|