public class SpeechSearchListenerAbstract extends Object implements SpeechSearchListener
SpeechSearchMatch| Constructor and Description |
|---|
SpeechSearchListenerAbstract()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
matchFound(UUID searchId,
Call call,
List searchMatches)
Deprecated.
Notification of a match from a speech search.
|
void |
startSearchFailed(UUID searchId,
Exception exeception)
Deprecated.
Notification of a speech search failure.
|
void |
terminated(UUID searchId,
String reason)
Deprecated.
Notification of a terminated event from a speech search.
|
public void matchFound(UUID searchId, Call call, List searchMatches)
SpeechSearchListenermatchFound in interface SpeechSearchListenersearchId - the unique identifier of the search.searchMatches - the match found.public void startSearchFailed(UUID searchId, Exception exeception)
SpeechSearchListenerstartSearchFailed in interface SpeechSearchListenersearchId - the unique identifier of the search.exeception - the exception that occurred.public void terminated(UUID searchId, String reason)
SpeechSearchListenerterminated in interface SpeechSearchListenersearchId - the unique identifier of the search.reason - the reasonCopyright © 2023 Avaya. All rights reserved.