See: Description
| Interface | Description |
|---|---|
| OnSpeechEventListener |
speech event callback interface.
|
| PipelineProfile |
A pipeline profile encapsulates a series of configuration values tuned for
a specific task to make building a
SpeechPipeline more convenient. |
| SpeechInput |
speech input interface.
|
| SpeechProcessor |
speech pipeline processor interface.
|
| TranscriptEditor |
A functional interface used to edit an ASR transcript before it is passed to
the NLU subsystem for classification.
|
| Class | Description |
|---|---|
| ActivationTimeout |
Speech recognition activation timer.
|
| BuildConfig | |
| RingBuffer |
a simple circular buffer of floating point values.
|
| SpeechConfig |
Spokestack component configuration
|
| SpeechContext |
Spokestack speech recognition context
|
| SpeechOutput |
Text-to-speech output.
|
| SpeechPipeline |
Spokestack speech pipeline.
|
| SpeechPipeline.Builder |
speech pipeline builder.
|
| SpeechSampler |
speech sampling logger.
|
| 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.
|
| Spokestack.Builder |
Fluent builder interface for configuring Spokestack.
|
| SpokestackAdapter |
An abstract adapter class for receiving events from Spokestack modules.
|
| Enum | Description |
|---|---|
| SpeechContext.Event |
speech event types.
|
| SpokestackModule |
A simple list of Spokestack modules used for unified event dispatching.
|
Copyright © 2021. All rights reserved.