Package | Description |
---|---|
com.avaya.collaboration.call.speech.search |
(DEPRECATED) Provides classes and interfaces for starting speech search on a call.
|
com.avaya.collaboration.call.speech.search.match |
(DEPRECATED) Report a match on a speech search.
|
Modifier and Type | Method and Description |
---|---|
MatchReportingStrategy |
SearchOptions.getMatchReportingStrategy()
Deprecated.
The match reporting strategy which can be either a summary or detailed.
|
Modifier and Type | Method and Description |
---|---|
SearchOptions |
SearchOptions.setMatchReportingStrategy(MatchReportingStrategy strategy)
Deprecated.
Sets the match reporting strategy that tunes the reporting of the matches found during a speech search.
|
Modifier and Type | Field and Description |
---|---|
static MatchReportingStrategy |
MatchReportingStrategy.ALL
Deprecated.
Provides matching results on all concepts and phrases in the entire
search query.
|
static MatchReportingStrategy |
MatchReportingStrategy.SUMMARY
Deprecated.
Provides matching results on the top most concepts and top most phrases
in the search query.
|
Modifier and Type | Method and Description |
---|---|
static MatchReportingStrategy |
MatchReportingStrategy.valueOf(String name)
Deprecated.
|
static MatchReportingStrategy[] |
MatchReportingStrategy.values()
Deprecated.
|
Copyright © 2023 Avaya. All rights reserved.