| Package | Description |
|---|---|
| io.spokestack.spokestack |
The Spokestack package contains the core classes that implement the speech
recognition pipeline.
|
| io.spokestack.spokestack.dialogue |
This package contains components used for dialogue management.
|
| io.spokestack.spokestack.nlu |
This package contains components used for natural language understanding.
|
| io.spokestack.spokestack.nlu.tensorflow |
This package contains components used to perform NLU with an on-device
TensorFlow Lite model.
|
| io.spokestack.spokestack.rasa |
This package contains components used to perform NLU with Rasa NLU.
|
| io.spokestack.spokestack.util |
This package contains general utilities for Spokestack.
|
| Class and Description |
|---|
| AsyncResult
A subclass of
FutureTask that allows the user to register a callback
to be executed when the task's result is available. |
| Callback
A simple interface representing a callback function called with a single
argument.
|
| EventTracer.Level
trace levels, for simple filtering.
|
| TraceListener
A simple interface implemented by classes interested in receiving trace
events.
|
| Class and Description |
|---|
| Callback
A simple interface representing a callback function called with a single
argument.
|
| EventTracer
A utility class for components capable of dispatching trace/logging events,
encapsulating the logic of checking an event's specified level against a
preconfigured threshold to determine whether the event message should be
formatted and dispatched, similar to the Java logger.
|
| TraceListener
A simple interface implemented by classes interested in receiving trace
events.
|
| Class and Description |
|---|
| AsyncResult
A subclass of
FutureTask that allows the user to register a callback
to be executed when the task's result is available. |
| EventTracer.Level
trace levels, for simple filtering.
|
| TraceListener
A simple interface implemented by classes interested in receiving trace
events.
|
| Class and Description |
|---|
| AsyncResult
A subclass of
FutureTask that allows the user to register a callback
to be executed when the task's result is available. |
| TraceListener
A simple interface implemented by classes interested in receiving trace
events.
|
| Class and Description |
|---|
| AsyncResult
A subclass of
FutureTask that allows the user to register a callback
to be executed when the task's result is available. |
| Class and Description |
|---|
| Callback
A simple interface representing a callback function called with a single
argument.
|
| EventTracer.Level
trace levels, for simple filtering.
|
| TraceListener
A simple interface implemented by classes interested in receiving trace
events.
|
Copyright © 2021. All rights reserved.