See: Description
| Interface | Description |
|---|---|
| GrammarEvaluator |
A grammar evaluator processes a given utterance into a recognition result.
|
| GrammarManager |
A grammar manager retrieves
GrammarDocuments to
load or remove and takes care that these are accessible via the
ImplementationPlatform. |
| GrammarParser<T> |
A grammar processor is able to parse any
GrammarDocument into
something that can be evaluated later to retrieve semantic interpretation
from a given utterance . |
| Class | Description |
|---|---|
| GrammarCache |
The grammars that have been processed by the grammar processor.
|
| LoadedGrammar |
A
<grammar> that has been loaded by the
SpokenInput. |