| 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(java.lang.String name) |
static Language |
Language.getByValue(java.lang.String nameOrValue)
Returns the enum based on the name or the value.
|
Language |
TTSInfo.getLanguage() |
static Language |
Language.valueOf(java.lang.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,
java.lang.String voiceUsed) |
Copyright © 2018 AskFast BV. All Rights Reserved.