|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpeechRecognitionResult | |
---|---|
org.asteriskjava.fastagi | Provides an implementaion of Asterisk's FastAGI. |
org.asteriskjava.fastagi.internal | Provides private implementations for interfaces defined in the org.asteriskjava.fastagi package. |
Uses of SpeechRecognitionResult in org.asteriskjava.fastagi |
---|
Methods in org.asteriskjava.fastagi that return SpeechRecognitionResult | |
---|---|
SpeechRecognitionResult |
AgiOperations.speechRecognize(java.lang.String prompt,
int timeout)
|
SpeechRecognitionResult |
AgiChannel.speechRecognize(java.lang.String prompt,
int timeout)
Plays the given prompt while listening for speech and DTMF. |
SpeechRecognitionResult |
AgiOperations.speechRecognize(java.lang.String prompt,
int timeout,
int offset)
|
SpeechRecognitionResult |
AgiChannel.speechRecognize(java.lang.String prompt,
int timeout,
int offset)
Plays the given prompt while listening for speech and DTMF. |
Uses of SpeechRecognitionResult in org.asteriskjava.fastagi.internal |
---|
Methods in org.asteriskjava.fastagi.internal that return SpeechRecognitionResult | |
---|---|
SpeechRecognitionResult |
AgiChannelImpl.speechRecognize(java.lang.String prompt,
int timeout)
|
SpeechRecognitionResult |
AgiChannelImpl.speechRecognize(java.lang.String prompt,
int timeout,
int offset)
|
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |