Package | Description |
---|---|
org.ispeech |
Modifier and Type | Method and Description |
---|---|
FreeformType |
Recognizer.getFreeForm()
Get current free form type
|
FreeformType |
SpeechRecognizer.getFreeForm()
Get current free form value
|
static FreeformType |
FreeformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FreeformType[] |
FreeformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Recognizer.setFreeForm(FreeformType freeFormType)
Set to free form recognition.
|
void |
SpeechRecognizer.setFreeForm(FreeformType freeFormType)
Set to free form recognition.
|