public interface Phrase
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_THRESHOLD
Deprecated.
The default threshold.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Deprecated.
Get the query identifier for the phrase.
|
String |
getPhrase()
Deprecated.
Get the search phrase.
|
float |
getThreshold()
Deprecated.
Get the threshold for the phrase.
|
static final float DEFAULT_THRESHOLD
String getId()
Concept or
SearchQuery in order to track the match result
in SpeechSearchMatch.String getPhrase()
float getThreshold()
SpeechSearchMatch
occurs it has a confidence level. If the confidence level exceeds the
threshold then the concept is considered matched.
The threshold is a value between 0 and 100.Copyright © 2021 Avaya. All rights reserved.