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.query |
(DEPRECATED) These are the types of queries available for defining a speech search.
|
com.avaya.collaboration.call.speech.search.sample |
(DEPRECATED) Example code that illustrates how to use speech search operations and the speech search listener.
|
Modifier and Type | Method and Description |
---|---|
static SearchQuery |
SpeechFactory.createSearchQuery()
Deprecated.
Returns an instance of a SearchQuery that is used to build a search
option.
|
Modifier and Type | Method and Description |
---|---|
SearchOptions |
SearchOptions.setSearchQuery(SearchQuery[] queries)
Deprecated.
Set the search queries used for the speech search.
|
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.addPhrase(String phrase,
float threshold)
Deprecated.
Add a phrase and threshold to the search query
|
SearchQuery |
SearchQuery.addPhrase(String id,
String phrase,
float threshold)
Deprecated.
Add a phrase with a unique identifier and threshold to the search query.
|
SearchQuery |
SearchQuery.setConcepts(Concept[] concepts)
Deprecated.
Set the concepts for the search query.
|
SearchQuery |
SearchQuery.setId(UUID id)
Deprecated.
Set the identifier for the search query.
|
SearchQuery |
SearchQuery.setLangauge(String language)
Deprecated.
Set the language of the search query.
|
SearchQuery |
SearchQuery.setName(String name)
Deprecated.
Set the name of the search query.
|
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SampleUnifiedSpeechCall.createSearchQuery()
Create a Search Query based on a insurance sales call.
|
Copyright © 2023 Avaya. All rights reserved.