public enum SpeechCapabilities extends Enum<SpeechCapabilities>
| Enum Constant and Description |
|---|
FILE
The SDL platform can play audio files in conjunction with/without TTS text.
|
LHPLUS_PHONEMES
The SDL platform can interpret and speak LHPLUS phonemes
|
PRE_RECORDED
The SDL platform can play pre-recorded sounds as part of a TTS operation.
|
SAPI_PHONEMES
The SDL platform can interpret and speak LHPLUS phonemes
|
SILENCE
The SDL platform can play the prerecorded sound of 1 second of silence (i.e.
|
TEXT
The SDL platform can speak text phrases.
|
| Modifier and Type | Method and Description |
|---|---|
static SpeechCapabilities |
valueForString(String value)
Convert String to SpeechCapabilities
|
static SpeechCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeechCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeechCapabilities TEXT
public static final SpeechCapabilities SAPI_PHONEMES
public static final SpeechCapabilities LHPLUS_PHONEMES
public static final SpeechCapabilities PRE_RECORDED
(e.g. Speak, Alert, PerformInteraction, etc.).
public static final SpeechCapabilities SILENCE
public static final SpeechCapabilities FILE
public static SpeechCapabilities[] values()
for (SpeechCapabilities c : SpeechCapabilities.values()) System.out.println(c);
public static SpeechCapabilities valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SpeechCapabilities valueForString(String value)
value - String