| Package | Description |
|---|---|
| com.askfast.model |
| Modifier and Type | Field and Description |
|---|---|
protected Language |
TTSInfo.language |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.fromJson(String name) |
static Language |
Language.getByValue(String nameOrValue)
returns the enum based on the name or the value. if it doesnt match any.
|
Language |
TTSInfo.getLanguage() |
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TTSInfo.setLanguage(Language language) |
| Constructor and Description |
|---|
TTSInfo(TTSProvider provider,
Language language,
String voiceUsed) |
Copyright © 2015 AskFast BV. All rights reserved.