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.
|
Modifier and Type | Method and Description |
---|---|
static Concept |
SpeechFactory.createConcept()
Deprecated.
Returns an instance of a Concept that is used to build a search query.
|
Modifier and Type | Method and Description |
---|---|
Concept |
Concept.addPhrase(String phrase,
float threshold)
Deprecated.
Add a phrase and threshold to the concept
|
Concept |
Concept.addPhrase(String id,
String phrase,
float threshold)
Deprecated.
Add a phrase with a unique identifier and threshold to the concept.
|
Concept |
Concept.setName(String name)
Deprecated.
Sets the concept name
|
Concept |
Concept.setOperator(Operator operator)
Deprecated.
Sets the concept operator type
|
Concept |
Concept.setSubConcepts(Concept[] concept)
Deprecated.
Set the list of concepts to match
|
Concept |
Concept.setThreshold(float threshold)
Deprecated.
Sets the threshold for matching this concept
|
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.setConcepts(Concept[] concepts)
Deprecated.
Set the concepts for the search query.
|
Concept |
Concept.setSubConcepts(Concept[] concept)
Deprecated.
Set the list of concepts to match
|
Copyright © 2023 Avaya. All rights reserved.