Package | Description |
---|---|
com.avaya.collaboration.call.speech.search |
(DEPRECATED) Provides classes and interfaces for starting speech search on a call.
|
Modifier and Type | Method and Description |
---|---|
static SearchOptions |
SpeechFactory.createSearchOptions()
Deprecated.
Returns an instance of a SearchOptions that is used to make a request to
a speech search service.
|
SearchOptions |
SearchOptions.setLanguage(String language)
Deprecated.
Set the language used for the speech search.
|
SearchOptions |
SearchOptions.setMatchReportingStrategy(MatchReportingStrategy strategy)
Deprecated.
Sets the match reporting strategy that tunes the reporting of the matches found during a speech search.
|
SearchOptions |
SearchOptions.setSearchQuery(SearchQuery[] queries)
Deprecated.
Set the search queries used for the speech search.
|
Modifier and Type | Method and Description |
---|---|
UUID |
SpeechService.startSearch(Call call,
SearchOptions searchOptions,
SpeechSearchListener speechSearchListener)
Deprecated.
Starts searching the speech on a call using search queries.
|
UUID |
SpeechService.startSearch(Participant participant,
SearchOptions searchOptions,
SpeechSearchListener speechSearchListener)
Deprecated.
Starts searching the speech of a participant on a call using search
queries.
|
Copyright © 2023 Avaya. All rights reserved.