| Package | Description |
|---|---|
| io.spokestack.spokestack |
The Spokestack package contains the core classes that implement the speech
recognition pipeline.
|
| 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 | Method and Description |
|---|---|
void |
SpeechPipeline.addListener(OnSpeechEventListener listener)
Add a new listener to receive events from the speech pipeline.
|
SpeechContext |
SpeechContext.addOnSpeechEventListener(OnSpeechEventListener listener)
attaches a speech listener.
|
SpeechPipeline.Builder |
SpeechPipeline.Builder.addOnSpeechEventListener(OnSpeechEventListener listen)
adds a pipeline event listener.
|
void |
SpeechPipeline.removeListener(OnSpeechEventListener listener)
Remove a pipeline listener, allowing it to be garbage collected.
|
SpeechContext |
SpeechContext.removeOnSpeechEventListener(OnSpeechEventListener listener)
detaches a speech listener.
|
Copyright © 2021. All rights reserved.