| 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.util |
This package contains general utilities for Spokestack.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Spokestack
This class combines all Spokestack modules into a single component to provide
a unified interface to the library's ASR, NLU, and TTS features.
|
class |
SpokestackAdapter
An abstract adapter class for receiving events from Spokestack modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DialogueManager
Spokestack's dialogue manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncResult.registerCallback(Callback<T> callback)
Register a callback to be executed when the task's result is available.
|
Copyright © 2021. All rights reserved.